eww integration
This commit is contained in:
parent
09a6557e45
commit
541ee65efc
5 changed files with 81 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
/home/shaked/.config/eww/eww.scss
|
14
eww/eww.scss
Normal file
14
eww/eww.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
*{
|
||||
all: unset; //Unsets everything so you can style everything from scratch
|
||||
}
|
||||
.window-button {
|
||||
background-color: rgb(44, 44, 44);
|
||||
}
|
||||
|
||||
.window-button:hover {
|
||||
background-color: rgb(27, 27, 27);
|
||||
}
|
||||
|
||||
.window-button:active {
|
||||
background-color: rgb(17, 17, 17);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue