add pink style
This commit is contained in:
43
myriad/static/themes/pink.css
Normal file
43
myriad/static/themes/pink.css
Normal 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;
|
||||||
|
}
|
||||||
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='themes/default.css') }}">
|
<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/purple.css') }}">
|
||||||
|
<link rel="stylesheet" href="{{ url_for('static', filename='themes/pink.css') }}">
|
||||||
|
|
||||||
|
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
|||||||
Reference in New Issue
Block a user