mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-04 06:10:40 -04:00
9 lines
120 B
SCSS
9 lines
120 B
SCSS
#dock * {
|
|
font-family: 'Iosevka';
|
|
}
|
|
|
|
#dock-box {
|
|
min-height: 10px;
|
|
min-width: 100px;
|
|
background-color: $base;
|
|
}
|