aboutsummaryrefslogtreecommitdiff
path: root/sass/juice.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/juice.scss')
-rw-r--r--sass/juice.scss22
1 files changed, 18 insertions, 4 deletions
diff --git a/sass/juice.scss b/sass/juice.scss
index 94285c9..0c2afe3 100644
--- a/sass/juice.scss
+++ b/sass/juice.scss
@@ -72,11 +72,25 @@ header ul li {
color: var(--primary-text-color);
&:hover {
- color: #fff;
text-decoration: underline;
}
}
+header .nav-item {
+ padding: 8px 6px;
+ margin: 0 10px;
+ color: var(--primary-text-color);
+
+ &:hover, &:active, &:focus {
+ text-decoration: none;
+ border-bottom: white solid 1px;
+ }
+ &.active {
+ text-decoration: none;
+ border-bottom: white solid 3px;
+ }
+}
+
.hero {
display: flex;
align-items: center;
@@ -293,9 +307,9 @@ footer {
padding: 10px 0px;
}
- main .toc-homepage .toc-sticky {
- display: block;
- }
+ /* main .toc-homepage .toc-sticky { */
+ /* display: block; */
+ /* } */
.menu-button-container {
display: block;