blob: cfa119222da4f96340cc1d8a81d77886de87bf44 (
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: Oxocarbon Light
* author: shaunsingh/IBM
* slug: oxocarbon-light
* slug-underscored: oxocarbon_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #f2f4f8;
border-color: #42be65;
}
button,
image {
color: #262626;
}
button:hover {
background-color: rgba(8, 189, 186, 0.4);
}
|