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