Remove CSS variable button-bg again
The variable is not as useful as I thought, since night mode uses a gradient anyway (and day mode is simply white).
This commit is contained in:
parent
ef476b8fe3
commit
2e1066fb35
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.linkb {
|
.linkb {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: var(--button-bg);
|
background-color: white;
|
||||||
border: 1px solid var(--medium-border);
|
border: 1px solid var(--medium-border);
|
||||||
@include button.btn-border-radius;
|
@include button.btn-border-radius;
|
||||||
min-width: 28px;
|
min-width: 28px;
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
--text-fg: black;
|
--text-fg: black;
|
||||||
--window-bg: #ececec;
|
--window-bg: #ececec;
|
||||||
--frame-bg: white;
|
--frame-bg: white;
|
||||||
--button-bg: white;
|
|
||||||
--border: #aaa;
|
--border: #aaa;
|
||||||
--medium-border: #b6b6b6;
|
--medium-border: #b6b6b6;
|
||||||
--faint-border: #e7e7e7;
|
--faint-border: #e7e7e7;
|
||||||
@ -37,7 +36,6 @@
|
|||||||
--text-fg: white;
|
--text-fg: white;
|
||||||
--window-bg: #2f2f31;
|
--window-bg: #2f2f31;
|
||||||
--frame-bg: #3a3a3a;
|
--frame-bg: #3a3a3a;
|
||||||
--button-bg: #666;
|
|
||||||
--border: #777;
|
--border: #777;
|
||||||
--medium-border: #444;
|
--medium-border: #444;
|
||||||
--faint-border: #29292b;
|
--faint-border: #29292b;
|
||||||
|
Loading…
Reference in New Issue
Block a user