Update social links
This commit is contained in:
parent
43f4513b98
commit
d89ff14d70
6 changed files with 25 additions and 126 deletions
BIN
assets/fonts/FiraMono-Bold.ttf
Normal file
BIN
assets/fonts/FiraMono-Bold.ttf
Normal file
Binary file not shown.
|
@ -4,7 +4,7 @@ body {
|
|||
padding: 20px;
|
||||
max-width: 720px;
|
||||
text-align: left;
|
||||
background-color: #1d1f27;
|
||||
background-color: black;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
line-height: 1.5;
|
||||
|
@ -39,6 +39,13 @@ a {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.title div {
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
margin: 19.92px 0 19.92px 0;
|
||||
}
|
||||
|
||||
nav a {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
@ -153,6 +160,11 @@ p.byline {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
.white-link {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* "Skip to main content" link */
|
||||
.skip-link {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue