aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-tarot.css
blob: 4aaacace939421140b8f43f39b6b2ff72660cef7 (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: tarot
* author: ed (https://codeberg.org/ed)
* slug: tarot
* slug-underscored: tarot
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #0e091d;
    border-color: #6e6080;
}

button,
image {
    color: #8c406f;
}

button:hover {
    background-color: rgba(220, 143, 124, 0.4);
}