1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 23:51:57 +01:00
github.com-nboughton-dotfiles/wofi/style.css
2021-06-30 18:09:52 +01:00

30 lines
370 B
CSS

@import "/home/nick/.cache/wal/colors-waybar.css";
#window {
border-radius: 4px;
border: 3px solid @foreground;
}
#text {
color: @foreground;
text-shadow: 1px 1px 1px @background;
}
#outer-box {
padding: 5px;
margin: 10px
}
#inner-box {
padding-top: 5px;
}
#img {
margin-right: 5px;
}
#entry:selected {
/*background: @color6;*/
color: @background;
}