From efafa73c6000fc98d9f51de4c8278c00639a660e Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Mon, 19 Jun 2023 02:08:00 +0200 Subject: [PATCH] more fading --- res/column.css | 3 ++- res/common.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/res/column.css b/res/column.css index 2699531..67fec8c 100644 --- a/res/column.css +++ b/res/column.css @@ -32,7 +32,8 @@ Module: style.css /*#column div, #column ul { */ #column div { /* background: #393939 */ - 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.2), rgba(0,0,0,0.1)); border-radius: 5px; padding: 2px; diff --git a/res/common.css b/res/common.css index 2959acd..307890c 100644 --- a/res/common.css +++ b/res/common.css @@ -151,7 +151,8 @@ h6 { font-size: 0.9em } float: center; } #head-bubble { - 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.2), rgba(0,0,0,0.1)); border-radius: 15px; width: 100% !important; height: 124px;