-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (36 loc) · 732 Bytes
/
styles.css
File metadata and controls
42 lines (36 loc) · 732 Bytes
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
/* css styles */
/* Hastur */
@font-face {
font-family: 'Hastur';
font-style: normal;
font-weight: normal;
src: url('fonts/HasturFont_lt.otf') format('opentype');
}
/* Hastur Bold */
@font-face {
font-family: 'Hastur';
font-style: normal;
font-weight: bold;
src: url('fonts/HasturFont_bd.otf') format('opentype');
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
font-family: Hastur, Arial, Helvetica, sans-serif;
color: #e1a051;
}
.navbar-dark {
background-color: #725430;
}
#quarto-sidebar {
background-color: #1b1b1b;
}
body{
color: #999;
}
.floatright{
float: right;
padding-left: 10px;
}
.floatleft{
float: left;
padding-right: 10px;
}