Skip to content

Commit

Permalink
Deploying to gh-pages from @ b4f3f3d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyAsE committed Jul 21, 2024
1 parent 8cec8c2 commit 01448b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 37 deletions.
31 changes: 7 additions & 24 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ h1 {
#loading-message {
opacity: 1;
height: 100px;

&.hidden {
transition: opacity 0.5s, height 0.3s ease-in-out 0.2s;
opacity: 0;
Expand All @@ -30,19 +31,19 @@ h1 {
list-style: none;
padding: 0;

& > li {
&>li {
padding: 10px;
display: flex;

&.serenity {
&.ladybird {
background-color: rgba(lime, 0.7);

&:hover {
background-color: rgba(lime, 1);
}
}

&:not(.serenity) {
&:not(.ladybird) {
background-color: rgba(red, 0.7);

&:hover {
Expand Down Expand Up @@ -80,4 +81,4 @@ h1 {
}
}
}
}
}

0 comments on commit 01448b5

Please sign in to comment.