add pink style

This commit is contained in:
cube
2026-03-20 23:30:46 +00:00
parent 421b868364
commit 4c89872b3e
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
.pink{
background-color:#fac9f6;
border-color:#da14c6;
color:black;
}
.pink .heading
{
background-color:#f191f4;
border-color:#ff2fe7;
color:#b2099e;
}
.pink .heading b
{
color:black;
}
.pink a{
color: #da14b6;
}
.pink a:hover{
color: #980e88;
}
.pink ::selection {
background:#da14c0;
color: white;
text-shadow: none;
}
.pink ::-moz-selection {
background: #da14c3;
color: #EEE;
text-shadow: none;
}
.pink .icon{
border-color:#da14af;
}
body.pink{
background: linear-gradient(90deg, #f8a1e5 0%, #d55ff3 50%, #f5c35e 100%);
scrollbar-color:#a414da #d991f4;
}
.pink .container{
background-color:#fac9f6;
border-color:#da14c6;
}

View File

@@ -5,6 +5,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='themes/default.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='themes/purple.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='themes/pink.css') }}">
<div id="main">