diff options
Diffstat (limited to 'styles/global/base.css')
-rw-r--r-- | styles/global/base.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/styles/global/base.css b/styles/global/base.css index b88b928..e69de29 100644 --- a/styles/global/base.css +++ b/styles/global/base.css @@ -1,14 +0,0 @@ -:root {
- --darkreader-background-ffffff: transparent;
-}
-
-body,
-html,
-main {
- background: none !important;
-
- &::before,
- &::after {
- background: none !important;
- }
-}
|