nav updated

This commit is contained in:
2023-08-10 12:16:27 +03:00
parent 1e0eb14277
commit 23726f5df7
4 changed files with 34 additions and 90 deletions

View File

@@ -26,7 +26,7 @@
/* Custom css allowing image styling in markdown */
.logo {
width: 10% !important;
width: 50% !important;
}
img[src*="#mx-auto"] {
margin: auto;
@@ -221,7 +221,7 @@ background-color: #2f5d89;
}
header .customize {
background-color: rgba(2, 2, 2, 0.5);
background-color:#EEEBE4;
position: fixed;
}
@@ -267,6 +267,15 @@ a:hover{
color: #80b6e9 !important;
}
nav a {
color: #775840 !important;
}
nav a:hover {
color: #a38269 !important;
}
a img{
opacity: 1 !important;
}