mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-26 17:43:24 -04:00
Improve link accessibility
This commit is contained in:
@@ -398,14 +398,14 @@ ul {
|
||||
|
||||
.custom-link a,
|
||||
.custom-link button {
|
||||
color: rgb(var(--color-primary-600));
|
||||
color: #0969da;
|
||||
text-decoration: none;
|
||||
font-family: var(--font-main), serif;
|
||||
}
|
||||
|
||||
.dark .custom-link a,
|
||||
.dark .custom-link button {
|
||||
color: rgb(var(--color-primary-600));
|
||||
color: #4493f8;
|
||||
text-decoration: none;
|
||||
font-family: var(--font-main), serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user