mirror of
https://github.com/jadonyack/jadonyack.github.io.git
synced 2026-06-18 20:28:13 -04:00
Fix inter-page links. Fix nav bar. Add organization to index.
This commit is contained in:
17
style.css
17
style.css
@@ -14,9 +14,9 @@ body {
|
||||
margin: 0;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
height: 6vh;
|
||||
height: 5vh;
|
||||
width: 100%;
|
||||
line-height: 6vh;
|
||||
line-height: 5vh;
|
||||
}
|
||||
|
||||
.topnav ul {
|
||||
@@ -34,7 +34,7 @@ body {
|
||||
float: right;
|
||||
color: aliceblue;
|
||||
text-align: center;
|
||||
padding: 1.75vh 1.5vw;
|
||||
padding: 0vh 1.5vw;
|
||||
text-decoration: none;
|
||||
font-size: medium;
|
||||
margin: 0;
|
||||
@@ -42,9 +42,14 @@ body {
|
||||
}
|
||||
|
||||
.topnav a:hover {
|
||||
background-color: black;
|
||||
background-color: #191970;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: royalblue;
|
||||
}
|
||||
background-color: #2727af;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
width: 100%;
|
||||
padding: 15vh, 30vw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user