blob: 94173bdad0e558a2c59acdb7a11c1c116a4a9422 (
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);
}
|