Update hover color for flatCards up top

This commit is contained in:
JST5000
2023-05-10 15:14:22 -07:00
parent 46e082e7e2
commit 4ac9bcf1f8
2 changed files with 10 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -88,6 +88,10 @@
.dev-tools-link:hover p {
color: #fff;
}
.flat-card-grid .nav-link:hover {
color: #E0E0E1;
}
}
// Video Cards
@@ -155,14 +159,6 @@
height: 1.5rem;
}
// a {
// color:#E0E0E1;
// .light {
// color: #000;
// }
// }
h5 {
margin-block-start: 0 !important;
}
@@ -262,6 +258,11 @@
.nav-link {
border: none !important;
&:hover {
text-decoration: underline;
text-decoration-color: #9A52FF;
}
&::after {
content: none !important;
}