diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/sass/main.sass | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/sass/main.sass b/assets/sass/main.sass index d0c5159..6c74fbe 100644 --- a/assets/sass/main.sass +++ b/assets/sass/main.sass @@ -11,8 +11,9 @@ body .border-1 border-width: 1px -body.dark - background-color: #111827 +html.dark-mode + body + background-color: #111827 -.dark\:border-b-1 - border-bottom-width: 1px + .dark\:border-b-1 + border-bottom-width: 1px |