Skip to content

Commit

Permalink
[MIRROR] Adjust info, notice, warning, danger, subtle colors (#2760)
Browse files Browse the repository at this point in the history
Co-authored-by: SierraKomodo <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2024
1 parent 8590011 commit 2879bd2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions code/modules/goonchat/browserassets/css/browserOutput.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,14 @@ h1.alert, h2.alert {color: #a4bad6;}
.disarm {color: #990000;}
.passive {color: #660000;}

.danger {color: #c51e1e;}
.warning {color: #c51e1e; font-style: italic;}
.subtle {color: #4343ca; font-size: 75%; font-style: italic;}
.danger {color: #f73e50; font-weight: bold;}
.warning {color: #f58e09; font-weight: bold; font-style: italic;}
.subtle {color: #808991; font-style: italic;}
.boldannounce {color: #c51e1e; font-weight: bold;}
.rose {color: #ff5050;}
.info {color: #6685f5;}
.info {color: #b13ef3; font-style: italic;}
.debug {color: #ff66ff;}
.notice {color: #6685f5;}
.notice {color: #327fd1;}
.alium {color: #00ff00;}
.cult {color: #aa1c1c;}
.legion {color: #e09000; font-weight: bold; font-family: 'Courier New', Courier, monospace}
Expand Down
10 changes: 5 additions & 5 deletions code/modules/goonchat/browserassets/css/browserOutput_white.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,14 @@ h1.alert, h2.alert {color: #000080;}
.disarm {color: #990000;}
.passive {color: #660000;}

.danger {color: #ff0000;}
.warning {color: #ff0000; font-style: italic;}
.subtle {color: #000099; font-size: 75%; font-style: italic;}
.danger {color: #dc3545; font-weight: bold;}
.warning {color: #cc7606; font-weight: bold; font-style: italic;}
.subtle {color: #919ca7; font-style: italic;}
.boldannounce {color: #ff0000; font-weight: bold;}
.rose {color: #ff5050;}
.info {color: #0000CC;}
.info {color: #9b53c4; font-style: italic;}
.debug {color: #ff00ff;}
.notice {color: #000099;}
.notice {color: #0d5ef3;}
.alium {color: #00ff00;}
.cult {color: #800080; font-weight: bold; font-style: italic;}
.legion {color: #e09000; font-weight: bold; font-family: 'Courier New', Courier, monospace}
Expand Down
14 changes: 7 additions & 7 deletions code/stylesheet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ h1.alert, h2.alert {color: #000080;}

.italic {font-style: italic;}
.bold {font-weight: bold;}
.danger {color: #ff0000; font-weight: bold;}
.bigdanger {color: #ff0000; font-weight: bold; font-size: 115%;}
.warning {color: #ff0000; font-style: italic;}
.bigwarning {color: #ff0000; font-style: italic; font-size: 115%;}
.danger {color: #dc3545; font-weight: bold;}
.bigdanger {color: #dc3545; font-weight: bold; font-size: 115%;}
.warning {color: #cc7606; font-weight: bold; font-style: italic;}
.bigwarning {color: #cc7606; font-weight: bold; font-style: italic; font-size: 115%;}
.boldannounce {color: #ff0000; font-weight: bold;}
.rose {color: #ff5050;}
.info {color: #0000cc;}
.info {color: #9b53c4; font-style: italic;}
.debug {color: #ff00ff;}
.notice {color: #000099;}
.subtle {color: #000099; font-size: 75%; font-style: italic;}
.notice {color: #0d5ef3;}
.subtle {color: #919ca7; font-style: italic;}
.alium {color: #00ff00;}
.cult {color: #800080; font-weight: bold; font-style: italic;}
.cultannounce {color: #800080; font-style: italic; font-size: 175%;}
Expand Down

0 comments on commit 2879bd2

Please sign in to comment.