Spaces:
Running
Running
Add link styling for equipment values
Browse files
style.css
CHANGED
|
@@ -966,6 +966,15 @@ a:hover { opacity: 0.8; }
|
|
| 966 |
font-weight: 600;
|
| 967 |
}
|
| 968 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 969 |
|
| 970 |
/* ========================================
|
| 971 |
Disclaimer
|
|
|
|
| 966 |
font-weight: 600;
|
| 967 |
}
|
| 968 |
|
| 969 |
+
.equipment-value a {
|
| 970 |
+
color: var(--accent);
|
| 971 |
+
text-decoration: none;
|
| 972 |
+
}
|
| 973 |
+
|
| 974 |
+
.equipment-value a:hover {
|
| 975 |
+
text-decoration: underline;
|
| 976 |
+
}
|
| 977 |
+
|
| 978 |
|
| 979 |
/* ========================================
|
| 980 |
Disclaimer
|