Merge branch 'main' of github.com:liquidev/treehouse

This commit is contained in:
りき萌 2024-02-12 11:14:17 +01:00
commit dcffa4be93
4 changed files with 81 additions and 2 deletions

View file

@ -362,6 +362,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"] {
@ -451,4 +463,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;
}
}