diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-23 19:37:26 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-23 19:37:26 +0500 |
| commit | 0d9aa950da3201a5fc20c568fb7697a102ec1be4 (patch) | |
| tree | 85f22d140f5f4975ca1004d2e84f7cbbb7569581 /public/static/style.css | |
| parent | a242b1ac66726e3dc29027ff5db76fc7813bc65f (diff) | |
feat: color the files and add title to them + lazy loading for files
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |
