Skip to content

Commit

Permalink
Merge pull request #91 from cse110-sp23-group20/fortunecookie-cleanup…
Browse files Browse the repository at this point in the history
…-code

Remove some old codes #90
  • Loading branch information
SheepTester authored Jun 12, 2023
2 parents 155e130 + a46415d commit b2b1c59
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions source/FortuneCookie/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ body {
overflow: hidden;
}

/* background image settings */
.background {
position: fixed;
top: -10px;
Expand Down Expand Up @@ -251,10 +252,7 @@ li.audio-dropdown {
}
}

.nav-list a:hover {
color: #5d59d1;
}

/* Page title and subtitle settings */
.title {
display: flex;
justify-content: center;
Expand All @@ -266,27 +264,7 @@ li.audio-dropdown {
color: #ffffff;
}

.nav-list a {
text-decoration: none;
color: #ffffff;
}

.menu-bar {
display: flex;
justify-content: center;
}

.nav-items-list {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
}

.nav-list {
margin: 0 10px;
}

/* Dramatic mode & bars settings */
.dramatic-bar {
position: fixed;
background-color: black;
Expand Down Expand Up @@ -317,6 +295,7 @@ aside {
transition: opacity 0.5s;
}

/* Animation settings */
.cancel-animation-wrapper {
visibility: hidden;
opacity: 0;
Expand Down

0 comments on commit b2b1c59

Please sign in to comment.