A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 blog.css

View raw Download
text/plain • 488 B
ASCII text
        
            
1
.toolbar {
2
display: flex;
3
align-items: center;
4
border: 1px solid white;
5
padding: 8px;
6
}
7
8
.toolbar > :any-link {
9
text-decoration: none;
10
font-size: 16px;
11
margin-right: 15px;
12
font-family: monospace;
13
}
14
15
.toolbar > strong {
16
display: inline-block;
17
font-family: monospace;
18
font-size: 1rem;
19
padding-right: 14px;
20
margin-right: 14px;
21
border-right: 1px solid white;
22
}
23
24
.time-stamps {
25
margin-top: 5px;
26
border-bottom: 1px solid white;
27
}
28