aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-sulphurpool-light.css
blob: fe1562a78bcd2e7a114a4fe24fb1c0ff228d3f0c (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: Atelier Sulphurpool Light
* author: Bram de Haan (http://atelierbramdehaan.nl)
* slug: atelier-sulphurpool-light
* slug-underscored: atelier_sulphurpool_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #f5f7ff;
    border-color: #3d8fd1;
}

button,
image {
    color: #6b7394;
}

button:hover {
    background-color: rgba(32, 39, 70, 0.15);
}