Skip to content

leetcode at work by vi000246

Details

Authorvi000246

LicenseNo License

Categorytest

Created

Updated

Code size1.3 kB

Code checksum346d2507

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

test

Notes

test

Source code

/* ==UserStyle==
@name       yich
@version    20250408.10.17
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://leetcode.com/") {
/* 讓背景、字體、按鈕看起來像 VS Code */
body {
    background-color: #1e1e1e !important;
    color: #d4d4d4 !important;
    font-family: Consolas, "Courier New", monospace !important;
}

header, footer, .side-bar,#qd-layout-manager-btn {
    display: none !important; /* 隱藏 LeetCode 的標頭與側邊欄 */
}

.container {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100vh !important;
    background-color: #1e1e1e !important;
    overflow: hidden;
}

button, input, select {
    background-color: #3c3c3c !important;
    color: #d4d4d4 !important;
    border: 1px solid #555 !important;
}

textarea, code {
    background-color: #1e1e1e !important;
    color: #d4d4d4 !important;
    border: none !important;
}

/* 設置程式碼區域與編輯器風格 */
.editor {
    font-family: "Fira Code", monospace !important;
    font-size: 14px !important;
    color: #d4d4d4 !important;
}

#navbar-container + div {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#navbar-container + div:hover {
  opacity: 1;
}
}

Reviews

No reviews yet.