From 0d9aa950da3201a5fc20c568fb7697a102ec1be4 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 23 Jun 2025 19:37:26 +0500 Subject: feat: color the files and add title to them + lazy loading for files --- public/static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index 51377a4..7db9a45 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -140,6 +140,10 @@ table.left td { text-align: left; } +ul { + list-style: none; +} + /** FORM */ button[type=submit].fancy { background: linear-gradient(0deg, var(--box-tab-background), var(--background)); @@ -293,6 +297,14 @@ button[type=submit].fancy:hover { height: 128px; } +.brick.red img { + border: 2px solid maroon; +} + +.brick.blue img { + border: 2px solid blue; +} + .brick img { min-width: 100%; height: auto; -- cgit v1.2.3