diff options
-rw-r--r-- | styles/websites/leetcode.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/styles/websites/leetcode.css b/styles/websites/leetcode.css new file mode 100644 index 0000000..e5e4d20 --- /dev/null +++ b/styles/websites/leetcode.css @@ -0,0 +1,11 @@ +@-moz-document domain("leetcode.com") { + /* Insert code here... */ + :is(.dark .dark\:bg-dark-layer-bg), body, #explore-app .background-rvs, :is(.dark .dark\:bg-layer-bg-gray){ + background: none !important; + color: white + } + .flexlayout__tabset, :is(.dark .dark\:bg-layer-01) { + background: rgba(0,0,0,0.2); + } + +} |