fix(login): added accent color links

pull/1049/head
trashtemp 2021-12-25 19:59:30 +01:00
parent f7ff31612b
commit 55ceb3c3f3
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,7 @@
a {
cursor: pointer;
color: var(--accent);
}
}
@ -101,6 +102,7 @@
}
a {
color: var(--accent);
white-space: nowrap;
}
}
@ -228,6 +230,7 @@
a {
font-size: 13px;
color: var(--accent);
}
}