Screw this, Ill just make my own background

This commit is contained in:
Sakooooo 2024-11-16 23:43:45 +04:00
parent 165fa5159a
commit 732e28a7a4
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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;