update styling a bit
This commit is contained in:
parent
78046cdcb2
commit
f8ac6c5177
1 changed files with 6 additions and 3 deletions
|
|
@ -8,12 +8,14 @@ $surface2: #5b6078;
|
||||||
|
|
||||||
$rosewater: #f4dbd6;
|
$rosewater: #f4dbd6;
|
||||||
|
|
||||||
|
* {
|
||||||
|
color: $rosewater;
|
||||||
|
font-family: JetBrainsMono Nerd Font;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
all: initial;
|
all: initial;
|
||||||
}
|
}
|
||||||
* {
|
|
||||||
font-family: JetBrainsMono Nerd Font;
|
|
||||||
}
|
|
||||||
|
|
||||||
window.Bar {
|
window.Bar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
@ -21,6 +23,7 @@ window.Bar {
|
||||||
|
|
||||||
> centerbox {
|
> centerbox {
|
||||||
background: rgba($color: $base, $alpha: 0.75);
|
background: rgba($color: $base, $alpha: 0.75);
|
||||||
|
border-bottom: 1px solid $rosewater;
|
||||||
|
|
||||||
> box {
|
> box {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue