0
0
Fork 0

Add styling to make links easier to theme and read

This commit is contained in:
Oliver-Akins 2021-04-01 00:49:22 -06:00
parent eef0529d4f
commit 555b995ac9
5 changed files with 16 additions and 0 deletions

View file

@ -119,6 +119,10 @@ body {
color: var(--background-text);
}
/* Allows for better theming of the anchor text */
a { color: var(--link); }
a:visited { color: var(--visited-link); }
#theme-button {
position: absolute;
display: block;