blob: eb112cc3b11653fdb1c1ae34f581d8d8665bb6da (
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: Apprentice
* author: romainl
* slug: apprentice
* slug-underscored: apprentice
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #262626;
border-color: #8787AF;
}
button,
image {
color: #5F87AF;
}
button:hover {
background-color: rgba(108, 108, 108, 0.15);
}
|