打造究极舒适的 leetcode
leetcode.cn DIY by fengwei2002
Details
Authorfengwei2002
LicenseNo License
Categoryleetcode
Created
Updated
Size745 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name leetcode black mode selection color
@version 20220208.05.48
@namespace userstyles.world/user/fengwei2002
@description leetcode.cn
@author fengwei2002
@license No License
==/UserStyle== */
@-moz-document domain("leetcode.cn") {
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
background: #DEE1E6 !important;
}
.CodeMirror,
.font-menlo,
code,
pre {
font-family: code new roman !important;
font-size: 14px !important;
font-weight: 500;
}
}
p {
font-family: Arial,sans-serif;
font-size: 15px !important;
line-height: 22px;
}
.css-120p8a-card-text,
.e1qbjo830 {
display: none;
}