Skip to content

Commit

Permalink
update bars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasitphoom committed Jan 4, 2024
1 parent 36a492f commit abed626
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/classes.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
position: fixed;
height: 5vh;
z-index: 20;
background-color: var(--middle-grey);
color: var(--white);
background-color: var(--accent-color);
color: var(--middle-grey);
padding: 2rem;
border-radius: 100%;
width: calc(5vh);
Expand All @@ -32,6 +32,7 @@
top: calc(2.5vh + 14rem);
left: 2rem;
display: none;
font-weight: bold;
}

.course-container{
Expand Down

0 comments on commit abed626

Please sign in to comment.