Skip to content

leetcode.com dark theme for problem page (solving page) by 18jad

Details

Author18jad

LicenseNo License

Categoryleetcode dark mode

Created

Updated

Size2.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cool dark theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         leetcode.com dark theme for problem page (solving page)
@version      20211226.21.25
@namespace    userstyles.world/user/18jad
@description  Cool dark theme
@author       18jad
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://leetcode.com/problems/") {
body, .navbar-container__2Y7K, .e5i1odf2, .css-19j86kk-TabHeader, .description__24sA, p, .question-title, code, .CodeMirror-scroll, .btns__1OeZ, .container__2zYY, .interactive-area__1JbC, .CodeMirror-gutter, .container__2WTi, .question-fast-picker__3VcA, button, .css-s9svfs-TabContent, .e5i1odf5, .ace_content, .css-1l22uh0-TabHeaderRow, .e5i1odf3, .question__25Pw, .title__1kvt, .css-jkjiwi, .question-content__JfgR pre, .css-blecvm, .css-16xmbhl, .css-wx2xbk, .e5i1odf0, .css-7aci2a, .notewrap__eHkN, .note__1Qo7, .editor-toolbar, .CodeMirror-wrap, .container__2c3H, .header__21e7, li, .header__3STC {
    background: #1A1A1A !important;
    color: white !important;
}

#app > div > div.main__2_tD > div.content__3fR6 > div > div.side-tools-wrapper__1TS9 > div > div.css-1gd46d6-Container.e5i1odf0 > div.css-jtoecv > div > div.tab-pane__ncJk.css-1eusa4c-TabContent.e5i1odf5 > div > div.css-101rr4k > div.css-v3d350 {
    color: white !important;
}

pre, code, .interactive-area__1JbC {
    border: 1px solid #ececec70;
}

button {
    border: 1px solid #ffffff60 !important;
}

.css-19j86kk-TabHeader {
    z-index: 0;
}

.css-5wdlwo-TabViewHeader::after {
    z-index: 99;
}

.container__2zYY {
    padding-left: 20px;
}

.question-fast-picker__3VcA {
    padding-right: 20px;
}

*::selection, code::selection, pre::selection, CodeMirror-line::selection, CodeMirror-code::selection, span::selection {
    background: blue !important;
    color: white !important;
}

.btn__r7r7{
    border: none !important;
}

.css-9dedc-Mask .e5i1odf3, .css-9m2dvj-ContentWrapper .e5i1odf1, .css-2plaxd-Error, .e5i1odf4, .css-s9svfs-TabContent ,.e5i1odf5 {
    color: white !important;
}

.navbar__1Bue, .navbar-container__2Y7K{
/*     border-bottom: none !important; */
    border-left: 1px solid white;
    border-right: 1px solid white; 
    padding: 6PX;
    border-radius: 200px;
    background: #1A1A1A 
}

img {
    filter: invert(90%);
}
}

Reviews

No reviews yet.