blob: b862ff830f7667474ee258f0343d1f68f3aef34d (
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: Bright
* author: Chris Kempson (http://chriskempson.com)
* slug: bright
* slug-underscored: bright
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #000000;
border-color: #6fb3d2;
}
button,
image {
color: #d0d0d0;
}
button:hover {
background-color: rgba(255, 255, 255, 0.4);
}
|