blob: 6f1399c410b5c752861eaee444d2838ee5fa4a99 (
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: Railscasts
* author: Ryan Bates (http://railscasts.com)
* slug: railscasts
* slug-underscored: railscasts
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #2b2b2b;
border-color: #6d9cbe;
}
button,
image {
color: #d4cfc9;
}
button:hover {
background-color: rgba(249, 247, 243, 0.15);
}
|