diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 8073fe6..96b48c5 100644 --- a/css/style.css +++ b/css/style.css @@ -277,8 +277,12 @@ input[type=submit]:hover { border-color: #ddd; } +.file > img { + flex: 1 0 0; +} + .file:hover > img { - filter: brightness(150%); + filter: brightness(120%); } .path { |