blob: f2d331ab643271e7ce88af8ef57f1ea8e61c4fe2 (
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: Hardcore
* author: Chris Caller
* slug: hardcore
* slug-underscored: hardcore
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #212121;
border-color: #66d9ef;
}
button,
image {
color: #707070;
}
button:hover {
background-color: rgba(255, 255, 255, 0.4);
}
|