Changes command radio color (#4392)

* Update stylesheet.dm

* Update browserOutput.css

* Update browserOutput.css

* Update stylesheet.dm
This commit is contained in:
monster860
2019-02-12 19:23:32 -05:00
committed by GitHub
parent c3b284f0f9
commit 6ae5db57a4
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ em {font-style: normal; font-weight: bold;}
.binarysay a:active, .binarysay a:visited {color: #88ff88;}
.radio {color: #008000;}
.sciradio {color: #993399;}
.comradio {color: #948f02;}
.comradio {color: #204090;} // yogs
.secradio {color: #a30000;}
.medradio {color: #337296;}
.engradio {color: #fb5613;}