eye candy 😌

This commit is contained in:
りき萌 2024-02-08 22:41:01 +01:00
parent 5939db0cc6
commit 41180edb99
4 changed files with 81 additions and 2 deletions

View file

@ -361,6 +361,18 @@ h1.page-title {
font-size: 1.25rem;
}
/* Style the footer */
footer {
margin-top: 4rem;
text-align: right;
opacity: 40%;
& #footer-icon {
color: var(--text-color);
}
}
/* Style emojis to be readable */
img[is="th-emoji"] {
@ -450,4 +462,4 @@ img[is="th-emoji"] {
#index\:treehouse>details:not([open])>summary .oops-you-seem-to-have-gotten-stuck {
display: inline;
animation: 4s hello-there forwards;
}
}