Update font and power icon.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@import '../colors';
|
||||
|
||||
.bar-bt_icon {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.15em;
|
||||
color: $sky;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
.bar-power_label {
|
||||
color: $red;
|
||||
margin-right: 0.2rem;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
* {
|
||||
all: unset;
|
||||
font-family: "JetBrains Mono Nerd Font";
|
||||
font-size: 1.15rem;
|
||||
font-weight: bold;
|
||||
font-family: "Ubuntu";
|
||||
font-size: 1.2rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
//general
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "../colors";
|
||||
|
||||
.media-indicator-container {
|
||||
min-width: 41rem;
|
||||
min-width: 40rem;
|
||||
min-height: 10rem;
|
||||
background: $mantle;
|
||||
border: 0.25rem solid $surface0;
|
||||
|
||||
Reference in New Issue
Block a user