From 71d40852f7ba9c9552bbedc042a5c532cfe75c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= Date: Tue, 31 Dec 2024 19:46:30 +0800 Subject: [PATCH] Update style.css --- src/static/web/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index a13f35e3..271e16bb 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -69,6 +69,9 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb .body-bg { background:var(--bg) } +.logo img { + height:36px +} #carouselDede .carousel-caption h2 { color:var(--white) } @@ -299,9 +302,6 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb font-weight:300; color:var(--gray) } -.logo img { - height:36px -} .pannel-main-container { padding:1.5rem; background:var(--white)