feat(style.css): add link class
This commit is contained in:
@@ -171,6 +171,14 @@ header a {
|
|||||||
background-color: var(--nord-aur3);
|
background-color: var(--nord-aur3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link {
|
||||||
|
transition: 0.3s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link:hover {
|
||||||
|
color: var(--nord-acc2);
|
||||||
|
}
|
||||||
|
|
||||||
.details-table tr td:first-child {
|
.details-table tr td:first-child {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
background-color: var(--nord-bg3);
|
background-color: var(--nord-bg3);
|
||||||
|
|||||||
Reference in New Issue
Block a user