diff options
| author | Ritwik Sharma <[email protected]> | 2025-02-18 19:11:04 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-18 19:11:04 +0530 |
| commit | 70842391665ea220162fbedbfb7f198edabd8c19 (patch) | |
| tree | 66a0f76cb682b46cbed89f0956dc43989d7167e8 | |
| parent | 8ac20e4c1a510bf37ee8451588ebbc9eaa831285 (diff) | |
Added support for Leet Code
| -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); + } + +} |
