Skip to content

Commit

Permalink
#1 remove transparency on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
benubah committed May 23, 2023
1 parent 35a068e commit 3c7afcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.headroom-target, header.headroom {
border-bottom: 1px solid #ddd;
background: #50a7ff12;
background: #ebf3ffe8;
}

.title {
Expand All @@ -25,7 +25,7 @@
.text_block {
padding: 20px;
font-size: 0.95rem;
background: #50a7ff12;
background: #ebf3ffe8;
margin-left: 20px;
border-radius: 10px;
}
Expand Down Expand Up @@ -75,7 +75,7 @@

footer.footer .nav-footer, #quarto-header nav {
min-height: 50px;
background: #50a7ff12;
background: #ebf3ffe8;
}

#countdown li {
Expand Down
6 changes: 3 additions & 3 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.headroom-target, header.headroom {
border-bottom: 1px solid #ddd;
background: #50a7ff12;
background: #ebf3ffe8;
}

.title {
Expand All @@ -25,7 +25,7 @@
.text_block {
padding: 20px;
font-size: 0.95rem;
background: #50a7ff12;
background: #ebf3ffe8;
margin-left: 20px;
border-radius: 10px;
}
Expand Down Expand Up @@ -75,7 +75,7 @@

footer.footer .nav-footer, #quarto-header nav {
min-height: 50px;
background: #50a7ff12;
background: #ebf3ffe8;
}

#countdown li {
Expand Down

0 comments on commit 3c7afcc

Please sign in to comment.