taurus-tv/src/styles.css

43 lines
633 B
CSS
Raw Normal View History

/* You can add global styles to this file, and also import other style files */
body {
background-color: #303030 !important;
color: #cccccc !important;
margin-top: 1em !important;
margin-bottom: 1em !important;
overflow: hidden;
}
.ui.fullwide-container {
margin-left: 1em;
margin-right: 1em;
}
.match-mhr {
text-justify: none;
color: red;
}
.match-s {
text-justify: none;
color: #00b5ad;
}
.match-m {
text-justify: none;
color: #0ea432;
}
.match-l {
text-justify: none;
color: yellow;
}
.match-xl {
text-justify: none;
color: coral;
}
.over-wip {
background-color: rgba(194,59,34, 0.3);
}