From 32c7c9fa90212e9743573604672e893c4f9e8109 Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Sat, 13 Feb 2021 14:48:20 +0200 Subject: css --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 07e2bf3..d60a4cf 100644 --- a/css/style.css +++ b/css/style.css @@ -290,6 +290,11 @@ input[type=submit]:hover { flex: 1 0 0; } +.filecontents { + padding: 0.8rem; + font-size: 1.1rem; +} + .window h3, .window > h2 { color: #4d4d4d; @@ -316,7 +321,7 @@ input[type=submit]:hover { } .window.dragged { - opacity: 0.9; + /* opacity: 0.9; */ } .files { -- cgit v1.2.3