Public Access
5
0

New commit

This commit is contained in:
Jeremy
2025-11-21 13:36:57 -05:00
parent 9a6f7faec6
commit c08dc7f8f0

View File

@@ -12,6 +12,7 @@ nav {
display: flex;
background-color: #13172c;
justify-content: space-between;
position: sticky;
}
nav ul {
@@ -20,6 +21,11 @@ nav ul {
align-items: center;
text-align: right;
}
nav ul li:hover {
background-color: #6688cc;
border-color: #ffffff;
box-shadow: 0 0 30px #6688CC;
}
nav ul li a {
color: #FFEFE5;