Add a bit of color to the About page

This is controversial, but the best argument against is that the About page shouldn't change. But I think this purely visual change doesn't alter anything significantly.
This commit is contained in:
Matthias Portzel 2022-01-09 16:09:48 -08:00
parent c213f67b88
commit 3fa5f2f89a
1 changed files with 7 additions and 3 deletions

View File

@ -96,9 +96,6 @@ textarea::placeholder, input[type="text"]::placeholder {
a {
text-decoration: none;
}
a {
color: var(--accent-color);
}
.text p {
@ -129,6 +126,13 @@ a {
/* block forces the text to the whole width, but since inline-block is buggy in Safari, this is our best option */
display: block;
}
/* Emphasis blocks on the About page */
em.text, .text.quote {
color: var(--accent-color);
}
h1 {
border-bottom: 3px solid var(--accent-color);
}
.extended-media {
max-width: calc(100% - 20px);