1
0
mirror of https://github.com/franjsco/tomadoro synced 2025-06-06 00:29:13 +02:00

fix link color

This commit is contained in:
Francesco Esposito
2019-03-15 19:13:50 +01:00
parent 04839fd549
commit aef480e82e

View File

@@ -31,6 +31,10 @@ a {
color: #f1fb61; color: #f1fb61;
} }
a:hover {
color: #fddec0;
}
.footer { .footer {
margin-top: 15px; margin-top: 15px;
color: #ffffff; color: #ffffff;