fix #34 and added dark and pink-lighter themes #11

This commit is contained in:
cube
2026-03-24 21:17:27 +00:00
parent ed19a3204f
commit b479a48904
4 changed files with 101 additions and 3 deletions

View File

@@ -0,0 +1,44 @@
.pink-lighter{
background-color:#fddffa;
border-color:#f24ae1;
color:black;
}
.pink-lighter .heading
{
background-color:#f9bffa;
border-color:#f24ae1;
color:#d85ac1;
}
.pink-lighter .heading b
{
color:black;
}
.pink-lighter a{
color: #da14b6;
text-decoration:wavy;
}
.pink-lighter a:hover{
color: #980e88;
}
.pink-lighter ::selection {
background:#f878e9;
color: white;
text-shadow: none;
}
.pink-lighter ::-moz-selection {
background: #f878e9;
color: #EEE;
text-shadow: none;
}
.pink-lighter .icon{
border-color:#da14af;
}
body.pink-lighter{
background: linear-gradient(90deg, #f5c2ea 0%, #e89dfb 50%, #f6959c 100%);
scrollbar-color:#a414da #d991f4;
}
.pink-lighter .container{
background-color:#fac9f6;
border-color:#da14c6;
}