Fix CSS according to Sass

This commit is contained in:
Guillaume Ayoub 2018-06-10 19:44:54 +02:00
parent bd4068b320
commit 9cc58a6712

View File

@ -9,6 +9,8 @@ a {
transition: color 250ms; }
a:hover {
color: #ffd738; }
a.case-sensitive {
text-transform: none; }
label {
display: block;