File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 26
26
{{ else if eq $text "Home" }}
27
27
{{ $sitetitle := "OSU Security Club - Oregon State University Security Club" }}
28
28
< li class ="nav-item px-1 ">
29
- < a class ="nav-link text-black {{ if eq $page.Title $sitetitle }}userisonthisnavnow{{ end }} " href ="{{ .URL }} "> {{ $text }}</ a >
29
+ < a class ="nav-link highlight-orange-nav {{ if eq $page.Title $sitetitle }}userisonthisnavnow{{ end }} " href ="{{ .URL }} "> {{ $text }}</ a >
30
30
</ li >
31
31
{{ else }}
32
32
< li class ="nav-item px-1 ">
33
- < a class ="nav-link text-black {{ if eq $text $page.Title }}userisonthisnavnow{{ end }} " href ="{{ .URL }} "> {{ $text }}</ a >
33
+ < a class ="nav-link highlight-orange-nav {{ if eq $text $page.Title }}userisonthisnavnow{{ end }} " href ="{{ .URL }} "> {{ $text }}</ a >
34
34
</ li >
35
35
{{ end }}
36
36
{{ end }}
Original file line number Diff line number Diff line change 10
10
display : flex;
11
11
flex-direction : column;
12
12
}
13
+
13
14
# main {
14
15
margin-top : 150px ;
15
16
flex-grow : 1 ;
@@ -38,3 +39,14 @@ body {
38
39
.userisonthisnavnow {
39
40
border-bottom : 3px solid var (--primary-color );
40
41
}
42
+
43
+ .highlight-orange-nav {
44
+ color : black;
45
+ }
46
+
47
+ .highlight-orange-nav : hover {
48
+ color : var (--secondary-color ) !important ;
49
+ }
50
+
51
+
52
+
You can’t perform that action at this time.
0 commit comments