Skip to content

Commit 3c7afcc

Browse files
committed
#1 remove transparency on navbar
1 parent 35a068e commit 3c7afcc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css/styles.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.headroom-target, header.headroom {
99
border-bottom: 1px solid #ddd;
10-
background: #50a7ff12;
10+
background: #ebf3ffe8;
1111
}
1212

1313
.title {
@@ -25,7 +25,7 @@
2525
.text_block {
2626
padding: 20px;
2727
font-size: 0.95rem;
28-
background: #50a7ff12;
28+
background: #ebf3ffe8;
2929
margin-left: 20px;
3030
border-radius: 10px;
3131
}
@@ -75,7 +75,7 @@
7575

7676
footer.footer .nav-footer, #quarto-header nav {
7777
min-height: 50px;
78-
background: #50a7ff12;
78+
background: #ebf3ffe8;
7979
}
8080

8181
#countdown li {

docs/css/styles.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.headroom-target, header.headroom {
99
border-bottom: 1px solid #ddd;
10-
background: #50a7ff12;
10+
background: #ebf3ffe8;
1111
}
1212

1313
.title {
@@ -25,7 +25,7 @@
2525
.text_block {
2626
padding: 20px;
2727
font-size: 0.95rem;
28-
background: #50a7ff12;
28+
background: #ebf3ffe8;
2929
margin-left: 20px;
3030
border-radius: 10px;
3131
}
@@ -75,7 +75,7 @@
7575

7676
footer.footer .nav-footer, #quarto-header nav {
7777
min-height: 50px;
78-
background: #50a7ff12;
78+
background: #ebf3ffe8;
7979
}
8080

8181
#countdown li {

0 commit comments

Comments
 (0)