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 '../../.cache/wal/colors-waybar.css';
|
||||
/*@import '../../.cache/wal/colors-waybar.css';*/
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* General
|
||||
|
@ -36,7 +36,7 @@ window {
|
|||
|
||||
button {
|
||||
color: @color7;
|
||||
font-size:20px;
|
||||
font-size: 20px;
|
||||
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
@ -46,7 +46,9 @@ button {
|
|||
background-color: rgba(12, 12, 12, 0.5);
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue