diff --git a/public/dashboard/css/style.css b/public/dashboard/css/style.css index 13370e9..25a44e5 100644 --- a/public/dashboard/css/style.css +++ b/public/dashboard/css/style.css @@ -395,6 +395,18 @@ padding: 0.05rem 0.4rem 0.15rem; padding-bottom: 2rem; } +.active-theme{ + /* border: #2b2d42 0.1rem solid; + border-radius: 5%; */ + box-shadow: inset 0 0 0 2px #2b2d42; +} + +.theme-submit-parent{ + display: flex; + flex-direction: column; + align-items: center; +} + .theme-submit{ background-color:#06d6a0 ; padding: 1rem; @@ -416,6 +428,7 @@ padding: 0.05rem 0.4rem 0.15rem; .theme-card{ justify-content: center; text-align: center; + border-radius: 5%; } .theme-img{ diff --git a/views/dashboard/appearance.ejs b/views/dashboard/appearance.ejs index 8cac3b8..32fbbdf 100644 --- a/views/dashboard/appearance.ejs +++ b/views/dashboard/appearance.ejs @@ -186,7 +186,9 @@ - Done +