Add link to site source

This commit is contained in:
Zoey 2021-10-15 12:28:16 -07:00
parent f52ddeff3f
commit f1031b8edc
2 changed files with 16 additions and 2 deletions

View file

@ -22,6 +22,16 @@ header.main-header {
padding: 4px;
background-color: var(--accent-color);
color: var(--accent-text-color);
display: flex;
gap: 4px;
a {
color: inherit;
}
.spacer {
margin-left: auto;
}
}
a {