diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 382aaf0..705ac3b 100644 --- a/static/style.css +++ b/static/style.css @@ -12,8 +12,8 @@ div#page-menu a { color: #ccc; text-decoration: none; margin: 0 .5em 0 .5em; } ul { list-style-type: none; } ul.image-list li { display: inline-block; } -ul.image-list li img { opacity: .8; } -ul.image-list li img:hover { opacity: 1; } +ul.image-list li img { opacity: 1; } +ul.image-list li img:hover { opacity: .8; } li { margin-left: 1em; } p { margin-bottom: 1em; } code { font-family: monospace; } |