summaryrefslogtreecommitdiff
path: root/src/styles/post.css
blob: 324c7ff22d726f3408fe9b81bd7746ed3437a300 (plain)
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
pre {
    background-color: #FEFEFE;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    padding: 1rem;
    overflow: auto;
}

code {
    font-family: "Consolas" sans-serif;
    color: #D0372D;
}

.underline {
    text-decoration: underline;
}

.org-article-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.org-article-title h1 {
    margin: 0;
   font-family: "Dancing Script", cursive;
}

#content {
    padding-bottom: 10vh;
}

.figure p {
    text-align: center;
}

.org-article-title > h1 {
    margin-bottom: 0;
}

.org-article-title > span {
    color: #707183;
}

#org-div-home-and-up {
    display: flex;
    column-gap: 8px;
}