blob: ee80a19c5301d05e607825752908c12ed854ebda (
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: Google Dark
* author: Seth Wright (http://sethawright.com)
* slug: google-dark
* slug-underscored: google_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #1d1f21;
border-color: #3971ED;
}
button,
image {
color: #b4b7b4;
}
button:hover {
background-color: rgba(255, 255, 255, 0.15);
}
|