aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-cupertino.css
blob: 0e4c3ee3757801a0dd166a25f7fb160b549b2f92 (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: Cupertino
* author: Defman21
* slug: cupertino
* slug-underscored: cupertino
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #ffffff;
    border-color: #0000ff;
}

button,
image {
    color: #808080;
}

button:hover {
    background-color: rgba(94, 94, 94, 0.4);
}