blob: c6615ca098b768cff0eb4b0f6a241ae4d3582957 (
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: Eighties
* author: Chris Kempson (http://chriskempson.com)
* slug: eighties
* slug-underscored: eighties
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #2d2d2d;
border-color: #6699cc;
}
button,
image {
color: #a09f93;
}
button:hover {
background-color: rgba(242, 240, 236, 0.4);
}
|