Merge branch 'main' of github.com:liquidev/treehouse
This commit is contained in:
commit
dcffa4be93
4 changed files with 81 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue