Set font, tweak team/channel colors
This commit is contained in:
parent
6bb91e5a06
commit
63c3446978
@ -22,9 +22,9 @@ limitations under the License.
|
|||||||
:root {
|
:root {
|
||||||
/* Modify these to change your theme colors: */
|
/* Modify these to change your theme colors: */
|
||||||
--primary: #09F;
|
--primary: #09F;
|
||||||
--text: #DDD;
|
--text: #c3c4c5;
|
||||||
--background: #111;
|
--background: #23272a;
|
||||||
--background-elevated: #222;
|
--background-elevated: #2c2f33;
|
||||||
|
|
||||||
/* These should be less important: */
|
/* These should be less important: */
|
||||||
--background-hover: rgba(255, 255, 255, 0.1);
|
--background-hover: rgba(255, 255, 255, 0.1);
|
||||||
@ -285,7 +285,7 @@ ts-message {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin: 1px 5px !important;
|
margin: 1px 5px !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
font-family: "Courier New","Helvetica Neue";
|
font-family: "Helvetica Neue";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user