aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-sakura.css
blob: 05a0521e4efd689d18fbe09cc1a01778a1a99f97 (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: Sakura
* author: Misterio77 (http://github.com/Misterio77)
* slug: sakura
* slug-underscored: sakura
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #feedf3;
    border-color: #006e93;
}

button,
image {
    color: #665055;
}

button:hover {
    background-color: rgba(51, 41, 43, 0.15);
}