blob: 5b84027fa807c3e379807b230a3525c5580fc3d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
window {
background-color: #{{base00-hex}};
border-color: #{{base0D-hex}};
}
button,
image {
color: #{{base04-hex}};
}
button:hover {
background-color: rgba({{base07-rgb-r}}, {{base07-rgb-g}}, {{base07-rgb-b}}, 0.4);
}
|