[MIRROR] Recolors cult comms to make em differ from warnings (#428)

* Cult comms recolor (#53043)

Recolors cult communion text to differentiate itself from the warning text more

* Recolors cult comms to make em differ from warnings

Co-authored-by: TheSmallBlue <ilanmori@hotmail.com>
This commit is contained in:
SkyratBot
2020-08-20 02:14:48 +02:00
committed by GitHub
parent 020636c08b
commit e2ed0a488f
4 changed files with 19 additions and 19 deletions
+4 -4
View File
@@ -84,10 +84,10 @@ h1.alert, h2.alert {color: #000000;}
.suicide {color: #ff5050; font-style: italic;}
.green {color: #03ff39;}
.nicegreen {color: #14a833;}
.cult {color: #960000;}
.cultlarge {color: #960000; font-weight: bold; font-size: 3;}
.narsie {color: #960000; font-weight: bold; font-size: 15;}
.narsiesmall {color: #960000; font-weight: bold; font-size: 6;}
.cult {color: #973e3b;}
.cultlarge {color: #973e3b; font-weight: bold; font-size: 3;}
.narsie {color: #973e3b; font-weight: bold; font-size: 15;}
.narsiesmall {color: #973e3b; font-weight: bold; font-size: 6;}
.colossus {color: #7F282A; font-size: 5;}
.hierophant {color: #660099; font-weight: bold; font-style: italic;}
.hierophant_warning {color: #660099; font-style: italic;}
@@ -505,40 +505,40 @@ em {
}
.cult {
color: #aa1c1c;
color: #973e3b;
}
.cultitalic {
color: #aa1c1c;
color: #973e3b;
font-style: italic;
}
.cultbold {
color: #aa1c1c;
color: #973e3b;
font-style: italic;
font-weight: bold;
}
.cultboldtalic {
color: #aa1c1c;
color: #973e3b;
font-weight: bold;
font-size: 185%;
}
.cultlarge {
color: #aa1c1c;
color: #973e3b;
font-weight: bold;
font-size: 185%;
}
.narsie {
color: #aa1c1c;
color: #973e3b;
font-weight: bold;
font-size: 925%;
}
.narsiesmall {
color: #aa1c1c;
color: #973e3b;
font-weight: bold;
font-size: 370%;
}
@@ -551,40 +551,40 @@ h1.alert, h2.alert {
}
.cult {
color: #960000;
color: #973e3b;
}
.cultitalic {
color: #960000;
color: #973e3b;
font-style: italic;
}
.cultbold {
color: #960000;
color: #973e3b;
font-style: italic;
font-weight: bold;
}
.cultboldtalic {
color: #960000;
color: #973e3b;
font-weight: bold;
font-size: 185%;
}
.cultlarge {
color: #960000;
color: #973e3b;
font-weight: bold;
font-size: 185%;
}
.narsie {
color: #960000;
color: #973e3b;
font-weight: bold;
font-size: 925%;
}
.narsiesmall {
color: #960000;
color: #973e3b;
font-weight: bold;
font-size: 370%;
}
File diff suppressed because one or more lines are too long