1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: missing accent color change

This commit is contained in:
2024-05-02 18:00:07 +02:00
parent 9bcd874e80
commit 09c274a724
2 changed files with 23 additions and 6 deletions

View File

@ -24,6 +24,10 @@ body {
a {
color: var(--primary-color);
&:hover {
color: var(--primary-color-dark)
}
}
::selection,
@ -199,6 +203,14 @@ option:checked {
animation: rotation 0.8s infinite linear;
}
.loading {
&::after {
border: 0.1rem solid var(--primary-color);
border-right-color: transparent;
border-top-color: transparent;
}
}
/* Override */
.modal {
.modal-container,