-
Notifications
You must be signed in to change notification settings - Fork 0
/
u87-0.9.19-light.css
30 lines (30 loc) · 1.12 KB
/
u87-0.9.19-light.css
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
29
30
@charset "UTF-8";
/**
* @name u87-light.css
* @version 0.9.19
* @see https://github.com/Serrin/u87.css
* @license MIT https://opensource.org/licenses/MIT
*/
html, body { background-color: #ffffff; color: #000000; }
a, a:link, a:visited, a:active, a:hover, a:focus { color: #0052cc; }
.jumbotron { background-color: #eeeeee; }
blockquote, .blockquote {
background-color: #eeeeee;
border-left: 5px solid #333333;
}
.border { border: 1px solid #000000; }
.border-top { border-top: 1px solid #000000; }
.border-bottom { border-bottom: 1px solid #000000; }
.border-left { border-left: 1px solid #000000; }
.border-right { border-right: 1px solid #000000; }
.outline { outline: 1px solid #000000; }
.table-striped tr:nth-of-type(odd) {
background-color: #f6f8fa;
color: #000000;
}
.table-hover-tr tr:hover { background-color: #000000; color: #ffffff; }
.table-hover-cell td:hover { background-color: #000000; color: #ffffff; }
.text-default { color: #000000; }
.text-inverse { color: #ffffff; }
.bg-default { background-color: #ffffff; color: #000000; }
.bg-inverse { background-color: #000000; color: #ffffff; }