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