-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.css
More file actions
43 lines (39 loc) · 691 Bytes
/
index.css
File metadata and controls
43 lines (39 loc) · 691 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
nav > a {
display: inline-block;
color: white;
margin: 0 3px;
font-size: 18px;
transition: all 0.3s;
border-radius: 3px;
padding: 5px;
min-width: 100px;
text-align: center;
}
nav > a:hover {
background-color: rgba(255, 255, 255, 0.205);
}
/* @font-face {
font-family: "xdn";
src: url("./x.woff") format("woff");
} */
#studynotes,
blockquote,
blockquote + ul,
blockquote + ul + p,
.app-nav > a {
/* font-family: "xdn"; */
}
.app-nav > a {
font-size: 26px;
}
.head-img {
padding: 5px;
background: white;
border-radius: 100%;
border: 1px solid #d9d9d9;
box-shadow: 0 0 5px rgb(187 187 187 / 16%);
width: 300px;
}
:root {
--cover-max-width: 80em;
}