Merge pull request #13813 from Citadel-Station-13/loudmode

nerfs loudmode headsets from 160% to 120% fontsize
This commit is contained in:
DeltaFire
2020-12-20 18:10:53 +01:00
committed by GitHub
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ em {font-style: normal; font-weight: bold;}
.alert {color: #ff0000;}
h1.alert, h2.alert {color: #000000;}
.emote { font-style: italic;}
.emote { }
.selecteddna {color: #ffffff; background-color: #001B1B}
.attack {color: #ff0000;}
@@ -418,7 +418,7 @@ em {
}
.emote {
font-style: italic;
}
.userdanger {
@@ -840,7 +840,7 @@ em {
.command_headset {
font-weight: bold;
font-size: 160%;
font-size: 125%;
}
.small {
@@ -876,7 +876,7 @@ em {
.clown {
color: #ff70c1;
font-size: 160%;
font-size: 125%;
font-family: "Comic Sans MS", cursive, sans-serif;
font-weight: bold;
}
@@ -881,7 +881,7 @@ h1.alert, h2.alert {
.command_headset {
font-weight: bold;
font-size: 160%;
font-size: 125%;
}
.small {
@@ -917,7 +917,7 @@ h1.alert, h2.alert {
.clown {
color: #FF69Bf;
font-size: 160%;
font-size: 125%;
font-family: "Comic Sans MS", cursive, sans-serif;
font-weight: bold;
}
File diff suppressed because one or more lines are too long