Changes in: hypr,waybar,
This commit is contained in:
parent
c2765f72ed
commit
b2be1d9872
3 changed files with 117 additions and 7 deletions
|
@ -1,12 +1,16 @@
|
|||
@import 'mocha.css';
|
||||
|
||||
:root {
|
||||
--border-radius: 100px;
|
||||
}
|
||||
|
||||
/* reset all styles */
|
||||
* {
|
||||
font-family: JetBrains Mono Nerd Font;
|
||||
min-height: 18px;
|
||||
font-size: 12px;
|
||||
border: none;
|
||||
/* border-radius: 2px; */
|
||||
border-radius: var(--border-radius);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue