mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
14 lines
172 B
SCSS
14 lines
172 B
SCSS
|
* {
|
||
|
all: unset;
|
||
|
}
|
||
|
|
||
|
.bar {
|
||
|
background-color: #1d2021;
|
||
|
color: #ebdbb2;
|
||
|
margin-left: 10px;
|
||
|
margin-right: 10px;
|
||
|
font-family: "CozetteVector";
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|