add dashboard green hover

This commit is contained in:
2024-11-28 13:54:34 +02:00
parent 3d35faf209
commit 80145da864
8 changed files with 20 additions and 10 deletions

View File

@@ -12,6 +12,12 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.dashboard:hover {
background: #74ddc3 !important;
}
/* Custom CSS for header partial */
.backdrop-blur {
-webkit-backdrop-filter: blur(40px);
@@ -39,6 +45,7 @@
}
/* Custom css allowing image styling in markdown */
img[src*="#mx-auto"] {
margin: auto;
@@ -181,7 +188,7 @@ background-color:#5596f5 !important;
}
.footer-cust a:hover {
color: rgb(65, 65, 65);
color: #74ddc3;
}
.footer-cust h6{