generated from Seekra/repository-template
add common class for button links
This commit is contained in:
@@ -28,6 +28,18 @@ body {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-link {
|
||||||
|
color: var(--dark);
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-link:hover {
|
||||||
|
color: var(--dark);
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-link:visited {
|
||||||
|
color: var(--dark);
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
color: var(--dark);
|
color: var(--dark);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user