aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-isotope.css
blob: 30451ade6670069d19b84812835b3a572317a404 (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: Isotope
* author: Jan T. Sott
* slug: isotope
* slug-underscored: isotope
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #000000;
    border-color: #0066ff;
}

button,
image {
    color: #c0c0c0;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}