diff --git a/modules/home/wlogout/style.css b/modules/home/wlogout/style.css index b5a3d90..b88d559 100644 --- a/modules/home/wlogout/style.css +++ b/modules/home/wlogout/style.css @@ -3,12 +3,15 @@ /* Importing pywal colors */ -// @import '../../.cache/wal/colors-waybar.css'; +/* +@import '../../.cache/wal/colors-waybar.css'; +*/ window { font-family: Fira Code Medium; font-size: 16pt; - color: @foreground; /* text */ + /* color: @foreground; /* text */ + color: rgba(255, 255, 255, 0.9); background-color: rgba(24, 27, 32, 0.2); } @@ -33,7 +36,7 @@ button:focus { button:hover { background-size: 50%; box-shadow: 0 0 10px 3px rgba(0,0,0,.4); - // background-color: @color6; + /* background-color: @color6;*/ background-color: rgba(24, 27, 32, 0); color: transparent; transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.5s ease-in;