comparison src/tools/tools.css @ 3:43814e9f5802

add config
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 21 Oct 2023 22:52:41 -0600
parents 24d8dc525146
children
comparison
equal deleted inserted replaced
2:5ae5fbce0d75 3:43814e9f5802
10 text-decoration: none; 10 text-decoration: none;
11 } 11 }
12 a:hover { 12 a:hover {
13 text-decoration: underline; 13 text-decoration: underline;
14 } 14 }
15
16 input[type="submit"] {
17 cursor: pointer;
18 }