mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Update hover color for flatCards up top
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user