diff options
author | Eric Bailey <git@esb.lol> | 2023-12-07 13:00:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 11:00:44 -0800 |
commit | cdc1d08267515677eea879813d248d484a9e4ad8 (patch) | |
tree | 6be3a576290102c85e2f5915ef3e6bc061665208 /bskyweb/templates/base.html | |
parent | 17c27581b6ca972d473fef5a07a699d6a9e5ac17 (diff) | |
download | voidsky-cdc1d08267515677eea879813d248d484a9e4ad8.tar.zst |
Apply color theme to HTML page itself (#2132)
Diffstat (limited to 'bskyweb/templates/base.html')
-rw-r--r-- | bskyweb/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index b03fbbee4..55c7c9fd8 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -71,6 +71,7 @@ overflow-y: auto; overscroll-behavior-y: none; text-rendering: optimizeLegibility; + background-color: var(--background); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-overflow-style: scrollbar; |