fix: link colors

This commit is contained in:
Gigi
2022-04-26 20:41:38 +02:00
parent c0ce4719d4
commit 2a68f70f36

4
css/bootstrap.css vendored
View File

@@ -113,11 +113,11 @@ body {
background-color: #ffffff; background-color: #ffffff;
} }
a { a {
color: #0088cc; color: #F79621;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: #005580; color: #FFF;
text-decoration: underline; text-decoration: underline;
} }
.row { .row {