pgp key not hidden on page load.

Just needed to add `display: none;` to the css.
Easy fix
This commit is contained in:
Emilia Allison 2022-10-24 23:51:54 -04:00
parent 987eed2efa
commit f6f9e1481e
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 4 additions and 0 deletions

View File

@ -208,6 +208,10 @@ footer {
background-size: 25%; background-size: 25%;
} }
#pgp_a {
display: none;
}
/* Animations */ /* Animations */
// GRADIENTS (you might need them!) // GRADIENTS (you might need them!)
$rainbow-gradient: repeating-linear-gradient(to left, red, violet, indigo, blue, green, yellow, orange, red, violet); $rainbow-gradient: repeating-linear-gradient(to left, red, violet, indigo, blue, green, yellow, orange, red, violet);