diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index 999f084..79cb8f3 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -1640,33 +1640,49 @@ label.required::after { width: 3.2em; height: 2em; line-height: 2em; + text-decoration: none; } } .score_0 { a, .a { background: rgb(0, 128, 0); } + a:hover { + background: rgb(0, 176, 0); + } } .score_1 { a, .a { background: rgb(255, 255, 0); } + a:hover { + background: rgb(248, 248, 121); + } } .score_2 { a, .a { background: rgb(255, 166, 0); } + a:hover { + background: rgb(255, 182, 47); + } } .score_3 { a, .a { background: rgb(255, 0, 0); } + a:hover { + background: rgb(255, 91, 91); + } } .score_4 { a, .a { background: rgb(128, 0, 128); color: white; } + a:hover { + background: rgb(178, 0, 178); + } } @media only screen and (min-width: 550px) { font-size: 90%;