Fixed links and some form styles

This commit is contained in:
Alejandro Celaya
2022-03-05 14:04:01 +01:00
parent f4fa1582a7
commit ec403d7b1f
10 changed files with 38 additions and 25 deletions

View File

@@ -19,6 +19,13 @@ body,
color: var(--text-color);
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.bg-main {
background-color: $mainColor !important;
}