aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-dirtysea.css
blob: 7ef60780198242ffa2488bc26fe3abd0c9c9116e (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: dirtysea
* author: Kahlil (Kal) Hodgson
* slug: dirtysea
* slug-underscored: dirtysea
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #e0e0e0;
    border-color: #007300;
}

button,
image {
    color: #202020;
}

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