blob: 496551a6320b353a7a58d06efa416049d84c8683 (
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: PaperColor Light
* author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
* slug: papercolor-light
* slug-underscored: papercolor_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #eeeeee;
border-color: #d75f00;
}
button,
image {
color: #0087af;
}
button:hover {
background-color: rgba(135, 135, 135, 0.4);
}
|