fix: no pywal file
This commit is contained in:
parent
dd73598196
commit
d7c3fb3d1f
1 changed files with 37 additions and 35 deletions
|
@ -13,7 +13,7 @@ by Stephan Raabe (2023)
|
||||||
/* -----------------------------------------------------
|
/* -----------------------------------------------------
|
||||||
* Import Pywal colors
|
* Import Pywal colors
|
||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
@import '../../.cache/wal/colors-waybar.css';
|
/*@import '../../.cache/wal/colors-waybar.css';*/
|
||||||
|
|
||||||
/* -----------------------------------------------------
|
/* -----------------------------------------------------
|
||||||
* General
|
* General
|
||||||
|
@ -46,7 +46,9 @@ button {
|
||||||
background-color: rgba(12, 12, 12, 0.5);
|
background-color: rgba(12, 12, 12, 0.5);
|
||||||
border: 3px solid @color6;
|
border: 3px solid @color6;
|
||||||
|
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
box-shadow:
|
||||||
|
0 4px 8px 0 rgba(0, 0, 0, 0.2),
|
||||||
|
0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus,
|
button:focus,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue