Skip to content

Commit 1ed759f

Browse files
author
Joseph Damiba
committed
underline hyperlink and make color consistent with other hyperlinks
1 parent d25ed1c commit 1ed759f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

all_static/css/main.css

+9
Original file line numberDiff line numberDiff line change
@@ -9606,4 +9606,13 @@ section > .nav-breadcrumb-container {
96069606

96079607
.page404-txt{
96089608
margin-top: 200px;
9609+
}
9610+
9611+
.page404-txt > a {
9612+
color: #506784;
9613+
text-decoration: underline;
9614+
}
9615+
9616+
.page404-txt > a:hover {
9617+
color: #0D67BF !important;
96099618
}

0 commit comments

Comments
 (0)