blob: c62defb2740b0c89f38c024f934c33809567e0ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*
*
* name: Brewer
* author: Timothée Poisot (http://github.com/tpoisot)
* slug: brewer
* slug-underscored: brewer
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #0c0d0e;
border-color: #3182bd;
}
button,
image {
color: #959697;
}
button:hover {
background-color: rgba(252, 253, 254, 0.15);
}
|