From 6e401a416f7d0774d24bceeffee7d98c48bbde3f Mon Sep 17 00:00:00 2001 From: Kato Twofold Date: Tue, 7 Jun 2022 00:29:30 +0300 Subject: [PATCH] * Fixed light pad title style --- static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 3f5145a..81e62ee 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -61,8 +61,8 @@ main#main-card { } .light #padTitle { - color: #fe79b9; - background-color: rgba(0, 0, 0, 0.15); + color: #555273; + border: 1px solid rgba(0, 0, 0, 0.15); } #pad-content-area {