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";
|
||||
|
||||
$bg: #222222;
|
||||
$fg: #bbbbbb;
|
||||
$fg: #ffffff;
|
||||
$accent: #005577;
|
||||
$radius: 0px;
|
||||
|
||||
|
@ -11,7 +11,7 @@ window.Bar {
|
|||
box-shadow: none;
|
||||
background-color: $accent;
|
||||
color: $fg;
|
||||
font-size: 10pt;
|
||||
font-size: 11pt;
|
||||
// font-size: 1.1em;
|
||||
// font-weight: bold;
|
||||
|
||||
|
|
Loading…
Reference in a new issue