From 033cbc83568a0f5791affe7c7dbb50d7b9cdb83d Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Mon, 19 Jun 2023 02:02:10 +0200 Subject: [PATCH] fading footer looks cool 8) --- res/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/common.css b/res/common.css index 8e9e90b..2959acd 100644 --- a/res/common.css +++ b/res/common.css @@ -311,7 +311,8 @@ ol li, ul li { padding-bottom: 0.9em } #footer { text-align: center; /* background: #2D2D2D;*/ - background-color: rgba(0, 0, 0, 0.2); +/* background-color: rgba(0, 0, 0, 0.2);*/ + background-image: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.2)); border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 15px;