-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
58 lines (43 loc) · 705 Bytes
/
styles.css
File metadata and controls
58 lines (43 loc) · 705 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* css styles */
/* .important {
color: maroon;
} */
.illustration {
border: 1px solid rgb(230, 230, 230);
}
/* unvisited link */
a {
color: #312783;
}
.nav-link {
color: #009ee3;
}
a:hover {
color: darkgrey;
}
body {
font-family: 'Source Sans Pro'
}
p {
font-family: 'Source Sans Pro'
}
.navbar-dark .navbar-brand {
color: white;
}
.navbar-dark {
background-color: #ae191a;
}
code {
color: #ae191a;
}
pre code {
background-color: rgba(233,236,239,.65);
border: 1px solid rgba(233,236,239,.65);
border-radius: .25rem;
}
/* .navbar-dark .navbar-nav .nav-link.active {
color: white;
} */
/* header {
font-family: 'Lato'
} */