Home Gen402 @ 2024-11-01-15:27
This commit is contained in:
parent
3ddc4c77fc
commit
43e8f3020e
@ -3,12 +3,15 @@
|
|||||||
|
|
||||||
/* Importing pywal colors */
|
/* Importing pywal colors */
|
||||||
|
|
||||||
// @import '../../.cache/wal/colors-waybar.css';
|
/*
|
||||||
|
@import '../../.cache/wal/colors-waybar.css';
|
||||||
|
*/
|
||||||
|
|
||||||
window {
|
window {
|
||||||
font-family: Fira Code Medium;
|
font-family: Fira Code Medium;
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
color: @foreground; /* text */
|
/* color: @foreground; /* text */
|
||||||
|
color: rgba(255, 255, 255, 0.9);
|
||||||
background-color: rgba(24, 27, 32, 0.2);
|
background-color: rgba(24, 27, 32, 0.2);
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -33,7 +36,7 @@ button:focus {
|
|||||||
button:hover {
|
button:hover {
|
||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
box-shadow: 0 0 10px 3px rgba(0,0,0,.4);
|
box-shadow: 0 0 10px 3px rgba(0,0,0,.4);
|
||||||
// background-color: @color6;
|
/* background-color: @color6;*/
|
||||||
background-color: rgba(24, 27, 32, 0);
|
background-color: rgba(24, 27, 32, 0);
|
||||||
color: transparent;
|
color: transparent;
|
||||||
transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.5s ease-in;
|
transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.5s ease-in;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user