Screw this, Ill just make my own background
This commit is contained in:
parent
165fa5159a
commit
732e28a7a4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
@use "sass:color";
|
@use "sass:color";
|
||||||
|
|
||||||
$bg: #222222;
|
$bg: #222222;
|
||||||
$fg: #bbbbbb;
|
$fg: #ffffff;
|
||||||
$accent: #005577;
|
$accent: #005577;
|
||||||
$radius: 0px;
|
$radius: 0px;
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ window.Bar {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: $accent;
|
background-color: $accent;
|
||||||
color: $fg;
|
color: $fg;
|
||||||
font-size: 10pt;
|
font-size: 11pt;
|
||||||
// font-size: 1.1em;
|
// font-size: 1.1em;
|
||||||
// font-weight: bold;
|
// font-weight: bold;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue