43 lines
779 B
CSS
43 lines
779 B
CSS
.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, .christmas #mobile-nav{
|
|
background-color:#fac9c9;
|
|
border-color:#da1414;
|
|
} |