diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-21 00:45:10 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-21 00:45:10 -0500 |
commit | 984f2ab952cb97990fc0d2460c2e335127a73491 (patch) | |
tree | ba3820cea851d3ee2dc21c372386ec3f7ccfc945 /themes/goldtype | |
parent | 9f025a7ac0769d9bd6e2a24e46f4a2bd82194e48 (diff) | |
download | ikiwiki-984f2ab952cb97990fc0d2460c2e335127a73491.tar ikiwiki-984f2ab952cb97990fc0d2460c2e335127a73491.tar.gz |
Style enclosures like content.
Diffstat (limited to 'themes/goldtype')
-rw-r--r-- | themes/goldtype/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/goldtype/style.css b/themes/goldtype/style.css index 9c217c746..b0e29dfad 100644 --- a/themes/goldtype/style.css +++ b/themes/goldtype/style.css @@ -14,10 +14,12 @@ html, body { background-color: #f2d98d; } -#content a:hover, #comments a:hover, .sidebar a:hover, -#content a:visited:hover, #comments a:visited:hover, .sidebar a:visited:hover { +#content a:hover, #enclosure a:hover, #comments a:hover, .sidebar a:hover, +#content a:visited:hover, #enclosure a:visited:hover, #comments a:visited:hover, +.sidebar a:visited:hover { color: red; } -#content a:visited, #comments a:visited, .sidebar a:visited { +#content a:visited, #enclosure a:visited, #comments a:visited, +.sidebar a:visited { color: #37485e; } |