Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-09-06 18:01:11 +00:00
parent 6de5d62b46
commit d865d7a140

View File

@ -200,6 +200,25 @@
.swatch[data-theme="midnight"]{background:linear-gradient(135deg,#0b1220,#1c2741);} .swatch[data-theme="midnight"]{background:linear-gradient(135deg,#0b1220,#1c2741);}
.swatch[data-theme="forest"]{background:linear-gradient(135deg,#d7f3e2,#92c7a3);} .swatch[data-theme="forest"]{background:linear-gradient(135deg,#d7f3e2,#92c7a3);}
.swatch[data-theme="sandstone"]{background:linear-gradient(135deg,#f7efe4,#e4d2b6);} .swatch[data-theme="sandstone"]{background:linear-gradient(135deg,#f7efe4,#e4d2b6);}
/* Windows 95 swatch */
.swatch[data-theme="win95"] {
background: repeating-linear-gradient(
45deg,
#c0c0c0,
#c0c0c0 8px,
#dcdcdc 8px,
#dcdcdc 16px
);
border: 2px outset #808080; /* classic 3D frame */
color: #000;
}
.swatch[data-theme="win95"] .swatch-name {
background: #fff;
border: 1px solid #808080;
font-family: "MS Sans Serif", sans-serif;
font-size: 12px;
color: #000;
}
.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;}