Set font, tweak team/channel colors

This commit is contained in:
Orien Vandenbergh 2017-10-31 14:28:10 -06:00
parent 6bb91e5a06
commit 63c3446978

View File

@ -22,9 +22,9 @@ limitations under the License.
:root {
/* Modify these to change your theme colors: */
--primary: #09F;
--text: #DDD;
--background: #111;
--background-elevated: #222;
--text: #c3c4c5;
--background: #23272a;
--background-elevated: #2c2f33;
/* These should be less important: */
--background-hover: rgba(255, 255, 255, 0.1);
@ -285,7 +285,7 @@ ts-message {
border-radius: 5px;
margin: 1px 5px !important;
box-shadow: none !important;
font-family: "Courier New","Helvetica Neue";
font-family: "Helvetica Neue";
font-weight: bold;
}