1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-05-05 23:43:10 +02:00

fix error button hover color

This commit is contained in:
bleh 2020-08-21 12:07:18 +02:00
parent 5c1f80358f
commit 5014e79b06

View file

@ -109,6 +109,10 @@ p {
background: #ee4040;
}
.error.ncstyle-button:hover {
background: #c82323;
}
.navbar {
height: 50px;
}