blob: d041ba3d515027667a5fe0ffa6bef5ed92a7754d (
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: Nebula
* author: Gabriel Fontes (https://github.com/Misterio77)
* slug: nebula
* slug-underscored: nebula
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #22273b;
border-color: #4d6bb6;
}
button,
image {
color: #87888b;
}
button:hover {
background-color: rgba(141, 189, 170, 0.15);
}
|