diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/garden.css | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/css/garden.css b/css/garden.css index 2077bd6..796fa73 100644 --- a/css/garden.css +++ b/css/garden.css @@ -437,7 +437,7 @@ table { } th, td { - padding: 10px; + padding: 0.5rem; margin: 0; } @@ -446,24 +446,19 @@ tbody tr:nth-child(odd) { } tbody tr td:nth-child(n+2) { - font-size: 20pt; border-left: 2px solid #fff; } img.icon { display: block; - width: 24px; - max-width: 24px; - height: 24px; - max-height: 24px; + width: 1.5rem; + height: 1.5rem; margin: 0 auto; } img.key { - width: 24px; - max-width: 24px; - height: 24px; - max-height: 24px; + width: 1.5rem; + height: 1.5rem; } a { @@ -475,7 +470,8 @@ a:visited { } .crop { - color: #fff; + text-decoration-line: underline; + text-decoration-style: dotted; } .crop:hover { |