Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user