Highlight boutons
This commit is contained in:
		@@ -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%;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user