Spaces:
Running on Zero
Running on Zero
| footer { | |
| display: none ; | |
| } | |
| input[type="checkbox"]:disabled { | |
| cursor: not-allowed ; | |
| } | |
| a[href] { | |
| transition: all 0.2s ease ; | |
| } | |
| a[href]:hover { | |
| background-color: #f0f0f0 ; | |
| border-color: #d0d0d0 ; | |
| } | |