1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 13:33:54 +01:00
github.com-nboughton-dotfiles/wofi/style.css
2021-03-20 15:36:25 +00:00

25 lines
295 B
CSS

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