blob: df0ca5a6a55419225104235a2d4944a12ef1d2a2 (
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.4);
}
|