Skip to content

Commit a730e55

Browse files
committed
Fix fotter underline on nav
1 parent 6d72055 commit a730e55

5 files changed

Lines changed: 39 additions & 39 deletions

File tree

themes/osi/assets/css/editor-style.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/css/editor-style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/scss/_8_overrides.templates.scss

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -581,43 +581,43 @@ footer.ai-footer {
581581
display: block;
582582
margin-top: 6px; // controls vertical spacing
583583
}
584-
ul {
584+
ul:not(.menu) {
585585
margin: 0;
586586
margin-block-start: 0;
587587
padding-left: 0;
588-
}
589-
li {
590-
margin-bottom: 0px;
591-
list-style: none;
592-
position: relative;
593-
padding-left: 10px;
594-
/* add space for the custom marker */
595-
a {
596-
color: #74787c;
597-
text-decoration: none;
598-
font-weight: 400;
599-
font-size: 16px;
600-
line-height: 40px;
601-
transition: 0.3s;
602-
margin-bottom: 0;
603-
.dashicons {
588+
li {
589+
margin-bottom: 0px;
590+
list-style: none;
591+
position: relative;
592+
padding-left: 10px;
593+
/* add space for the custom marker */
594+
a {
595+
color: #74787c;
596+
text-decoration: none;
604597
font-weight: 400;
605598
font-size: 16px;
606599
line-height: 40px;
607600
transition: 0.3s;
608601
margin-bottom: 0;
609-
height: 14px;
610-
vertical-align: initial;
611-
text-align: center;
612-
margin-right: 7px;
613-
color: #3DA639;
602+
.dashicons {
603+
font-weight: 400;
604+
font-size: 16px;
605+
line-height: 40px;
606+
transition: 0.3s;
607+
margin-bottom: 0;
608+
height: 14px;
609+
vertical-align: initial;
610+
text-align: center;
611+
margin-right: 7px;
612+
color: #3DA639;
613+
}
614614
}
615615
}
616-
}
617-
li:hover a {
618-
color: white;
619-
text-decoration: underline;
620-
text-decoration-color: #3DA639;
616+
li:hover a {
617+
color: white;
618+
text-decoration: underline;
619+
text-decoration-color: #3DA639;
620+
}
621621
}
622622
}
623623
}

themes/osi/style.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)