ugly christmas theme for certain specific individuals...............

This commit is contained in:
cube
2026-03-31 02:05:08 +01:00
parent ca9d826386
commit 12c2a13c89

View File

@@ -0,0 +1,43 @@
.christmas{
background-color:#fac9c9;
border-color:#da1414;
color:black;
}
.christmas .heading
{
background-color:#c4efd2;
border-color:#4e9e81;
color:black;
}
.christmas .heading b
{
color:black;
}
.christmas a{
color: #329d76;
}
.christmas a:hover{
color: #22694f;
}
.christmas ::selection {
background:#da1414;
color: white;
text-shadow: none;
}
.christmas ::-moz-selection {
background: #da1414;
color: #EEE;
text-shadow: none;
}
.christmas .icon{
border-color:#da1414;
}
body.christmas{
background: linear-gradient(90deg, #5abf72 0%, #da1414 50%, #bf8282 100%);
scrollbar-color:#da1414 #f49191;
}
.christmas .container{
background-color:#fac9c9;
border-color:#da1414;
}