-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcss_backup
More file actions
60 lines (49 loc) · 1.52 KB
/
Copy pathcss_backup
File metadata and controls
60 lines (49 loc) · 1.52 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/* exo-2-regular - latin */
@font-face {
font-family: 'Exo 2';
font-style: normal;
font-weight: 400;
src: url("/assets/fonts/exo-2-v9-latin-regular.eot");
/* IE9 Compat Modes */
src: local(""), url("assets/fonts/exo-2-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/exo-2-v9-latin-regular.woff2") format("woff2"), url("assets/fonts/exo-2-v9-latin-regular.woff") format("woff"), url("assets/fonts/exo-2-v9-latin-regular.ttf") format("truetype"), url("assets/fonts/exo-2-v9-latin-regular.svg#Exo2") format("svg");
/* Legacy iOS */ }
h1, h2, h3 {
font-family: 'Exo 2'; }
h2, h3 {
color: #c25700 !important; }
/* Accessibility Overrides */
.highlight .nt {
color: #0076b8 !important; }
.highlight .nb {
color: #8f6c00 !important; }
div.side-bar a {
color: #008040; }
footer.site-footer {
color: #737074; }
footer.site-footer a {
color: #00834c; }
/*
https://cloudfour.com/thinks/see-no-evil-hidden-content-and-accessibility/
https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
*/
.visually-hidden:not(:focus):not(:active) {
border: 0;
clip: rect(0 0 0 0);
clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; }
.float-left {
float: left;
margin-right: 20px; }
.h2-date {
color: #aaa;
font-size: 0.8em; }
.btn > a {
color: #00834d !important; }
/*# sourceMappingURL=mion.css.map */