aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-da-one-paper.css
blob: 0141f7da3b4a9051ad2a961b8c0655b5c3455b04 (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: Da One Paper
* author: NNB (https://github.com/NNBnh)
* slug: da-one-paper
* slug-underscored: da_one_paper
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #faf0dc;
    border-color: #5890f8;
}

button,
image {
    color: #282828;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.15);
}