blob: 32e7a274b9c2547bdc90591629dc1cdf6c03a3cc (
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: Circus
* author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
* slug: circus
* slug-underscored: circus
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #191919;
border-color: #639ee4;
}
button,
image {
color: #505050;
}
button:hover {
background-color: rgba(255, 255, 255, 0.4);
}
|