blob: f4863718940cd1a82ccdbfe9bbbd635038578ade (
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: Gotham
* author: Andrea Leopardi (arranged by Brett Jones)
* slug: gotham
* slug-underscored: gotham
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #0c1014;
border-color: #195466;
}
button,
image {
color: #245361;
}
button:hover {
background-color: rgba(211, 235, 233, 0.15);
}
|