diff --git a/music_publisher/templates/admin/base.html b/music_publisher/templates/admin/base.html index d1860d53..73b8d281 100644 --- a/music_publisher/templates/admin/base.html +++ b/music_publisher/templates/admin/base.html @@ -157,10 +157,15 @@ * {font-weight: 400 !important;} :root { --primary: #5f0000; - --primary-fg: #e5e5e5; + --primary-fg: #fff; --secondary: #5f0000; - --link-fg: #f5c595; - --body-fg: #ccc; + --link-fg: #f5d5b5; + --body-fg: #ddd; + --body-quiet-color: #bbb; + --body-loud-color: #eee; + --selected-row: #3c0000; + --body-bg: #000; + --darkened-bg: #111; } }