File size: 268 Bytes
9ad6332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
footer {
    display: none !important;
}

input[type="checkbox"]:disabled {
    cursor: not-allowed !important;
}

a[href] {
    transition: all 0.2s ease !important;
}

a[href]:hover {
    background-color: #f0f0f0 !important;
    border-color: #d0d0d0 !important;
}