scss fixes

This commit is contained in:
Artur
2020-09-09 21:21:40 +03:00
parent ff4c94c2d5
commit cc34edf202
3 changed files with 27 additions and 1 deletions

View File

@@ -531,6 +531,19 @@ em {
color: #059223;
}
.userlove {
color: #ff42a6;
font-style: italic;
font-weight: bold;
text-shadow: 0 0 6px #82365e;
}
.love {
color: #ff4591;
font-style: italic;
text-shadow: 0 0 6px #994449;
}
.cult {
color: #aa1c1c;
}

View File

@@ -577,6 +577,19 @@ h1.alert, h2.alert {
color: #14a833;
}
.userlove {
color: #FF1493;
font-style: italic;
font-weight: bold;
text-shadow: 0 0 6px #ff6dbc;
}
.love {
color: #ff006a;
font-style: italic;
text-shadow: 0 0 6px #ff6d6d;
}
.cult {
color: #960000;
}

File diff suppressed because one or more lines are too long