chore: Added eww
This commit is contained in:
parent
69f03f1c71
commit
1e84a56aa6
3 changed files with 49 additions and 0 deletions
25
.config/eww/eww.scss
Normal file
25
.config/eww/eww.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
* {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
window {
|
||||
border-radius: 5%;
|
||||
}
|
||||
|
||||
.btns-box {
|
||||
padding: 10px;
|
||||
background-color: #282a36;
|
||||
font-family: FiraCode Nerd Font Mono;
|
||||
font-size: 100px;
|
||||
}
|
||||
|
||||
.button{
|
||||
border-radius: 5%;
|
||||
outline-style: solid;
|
||||
outline-color: #44475a;
|
||||
outline-width: 2px;
|
||||
}
|
||||
|
||||
.button:hover{
|
||||
background-color: #44475a;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue