improving theming
This commit is contained in:
parent
e587de1778
commit
b760d9ef75
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue