Public Access
5
0
This commit is contained in:
LD
2025-11-21 13:48:06 -05:00

View File

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