1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2026-03-14 22:35:47 +01:00

fix error button hover color

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

View file

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