Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-09-06 18:03:21 +00:00
parent b7d5977087
commit 0a0c87910f

View File

@ -215,11 +215,6 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
/* Hide the default theme label pill */
.swatch[data-theme="win95"] .swatch-name {
display: none;
}
.swatch-name{background:rgba(255,255,255,.8);padding:2px 6px;border-radius:8px;font-size:12px;color:#0f172a;} .swatch-name{background:rgba(255,255,255,.8);padding:2px 6px;border-radius:8px;font-size:12px;color:#0f172a;}
/* Security accent */ /* Security accent */
.cc-sec{position:relative;overflow:hidden;color:#0f172a;} .cc-sec{position:relative;overflow:hidden;color:#0f172a;}