You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gosuv/res/css/style.css

40 lines
607 B

/* */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.navbar {
border-radius: 0px;
background-color: #1b926c;
border-color: #1fa67a;
}
.navbar .navbar-brand {
color: white;
}
.navbar ul.navbar-nav>li>a {
color: white;
}
.realtime-log {
height: 40em;
}
.status {
background-color: gray;
border-radius: 0.3em;
padding-left: 0.5em;
padding-right: 0.5em;
color: white;
}
small.user {
color: #cccccc;
}
.color-red {
color: red;
}