-
Notifications
You must be signed in to change notification settings - Fork 70
/
_base.css.erb
28 lines (26 loc) · 917 Bytes
/
_base.css.erb
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
26
27
28
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* Dependencies */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
* { margin: 0; }
html, body { height: 100%; }
html {
height: 100%;
color: #fff;
background: #121212;
background-size: 100% 100%;
box-sizing: border-box;
}
body {
position: relative;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 12px;
text-transform: capitalize;
box-sizing: border-box;
overflow-x: hidden;
}
a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */