Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-09-06 18:03:04 +00:00
parent d865d7a140
commit b7d5977087

View File

@ -201,23 +201,24 @@
.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 */ /* Windows 95 swatch */
/* Windows 95 swatch */
.swatch[data-theme="win95"] { .swatch[data-theme="win95"] {
background: repeating-linear-gradient( background: linear-gradient(to bottom, #000080 0 30%, #c0c0c0 30% 100%);
45deg, border: 2px solid #808080;
#c0c0c0, border-top-color: #fff; /* top highlight */
#c0c0c0 8px, border-left-color: #fff; /* left highlight */
#dcdcdc 8px, border-right-color: #404040;
#dcdcdc 16px border-bottom-color: #404040;
); border-radius: 0; /* blocky, no rounded corners */
border: 2px outset #808080; /* classic 3D frame */ box-shadow: inset 1px 1px 0 #dfdfdf, inset -1px -1px 0 #000;
color: #000;
}
.swatch[data-theme="win95"] .swatch-name {
background: #fff;
border: 1px solid #808080;
font-family: "MS Sans Serif", sans-serif; font-family: "MS Sans Serif", sans-serif;
font-size: 12px; position: relative;
color: #000; 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 */