Skip to content

Commit

Permalink
Tweaks warning span color
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Jan 25, 2024
1 parent 9f7f9ba commit f3d3b57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/modules/goonchat/browserassets/css/browserOutput.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ h1.alert, h2.alert {color: #a4bad6;}

.danger {color: #c51e1e; font-weight: bold;}
.userdanger {color: #c51e1e; font-weight: bold; font-size: 115%;}
.warning {color: #c5771e; font-style: italic;}
.bigwarning {color: #c5771e; font-style: italic; font-size: 115%;}
.warning {color: #c5371e; font-style: italic;}
.bigwarning {color: #c5371e; font-style: italic; font-size: 115%;}
.subtle {color: #4343ca; font-size: 75%; font-style: italic;}
.boldannounce {color: #c51e1e; font-weight: bold;}
.rose {color: #ff5050;}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ h1.alert, h2.alert {color: #000080;}

.danger {color: #ff0000; font-weight: bold;}
.userdanger {color: #ff0000; font-weight: bold; font-size: 115%;}
.warning {color: #ff7800; font-style: italic;}
.bigwarning {color: #ff7800; font-style: italic; font-size: 115%;}
.warning {color: #ff3300; font-style: italic;}
.bigwarning {color: #ff3300; font-style: italic; font-size: 115%;}
.subtle {color: #000099; font-size: 75%; font-style: italic;}
.boldannounce {color: #ff0000; font-weight: bold;}
.rose {color: #ff5050;}
Expand Down
4 changes: 2 additions & 2 deletions code/stylesheet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ h1.alert, h2.alert {color: #000080;}
.bold {font-weight: bold;}
.danger {color: #ff0000; font-weight: bold;}
.userdanger {color: #ff0000; font-weight: bold; font-size: 115%;}
.warning {color: #ff7800; font-style: italic;}
.bigwarning {color: #ff7800; font-style: italic; font-size: 115%;}
.warning {color: #ff3300; font-style: italic;}
.bigwarning {color: #ff3300; font-style: italic; font-size: 115%;}
.boldannounce {color: #ff0000; font-weight: bold;}
.rose {color: #ff5050;}
.info {color: #0000cc;}
Expand Down

0 comments on commit f3d3b57

Please sign in to comment.