improving theming

This commit is contained in:
Jakub Doka 2024-11-23 08:38:41 +01:00
parent e587de1778
commit b760d9ef75
No known key found for this signature in database
GPG key ID: C6E9A89936B8C143

View file

@ -3,11 +3,10 @@
} }
body { body {
--primary: white; --primary: light-dark(white, #181A1B);
--secondary: #EFEFEF; --secondary: light-dark(#EFEFEF, #212425);
--timestamp: #777777; --timestamp: light-dark(#555555, #AAAAAA);
--error: #ff3333; --error: #ff3333;
--placeholder: #333333;
} }
body { body {
@ -176,9 +175,9 @@ div#dep-list {
&.Paren, &.Paren,
&.Bracket, &.Bracket,
&.Comma, &.Comma,
&.Dor, &.Dot,
&.Ctor, &.Ctor,
&.Colon { &.Colon {
color: #5c6a72; color: light-dark(#5c6a72, #999999);
} }
} }