From b0fd6ba3e97f1935f316e7a7d24e1a8a3a35b36d Mon Sep 17 00:00:00 2001 From: Alexandru Date: Sat, 14 Sep 2024 08:27:20 +0300 Subject: [PATCH] css tweaks --- static/index.css | 6 ++++++ templates/stats.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 0ff45fb..e2ef259 100644 --- a/static/index.css +++ b/static/index.css @@ -85,4 +85,10 @@ form {margin-top: 8px;} max-width: 900px !important; margin: 0; word-wrap: break-word !important; +} + +.subtle { + color: rgb(175, 175, 175); + font-style: italic; + font-size: 12px; } \ No newline at end of file diff --git a/templates/stats.html b/templates/stats.html index ab385cb..8a9ea11 100644 --- a/templates/stats.html +++ b/templates/stats.html @@ -1 +1 @@ -

{{ ""|totalfiles }} files uploaded // {{ ""|totalfilesize }} occupied

\ No newline at end of file +

{{ ""|totalfiles }} files uploaded // {{ ""|totalfilesize }} occupied

\ No newline at end of file