dayzdockerserver/web/root/index.css
Daniel Ceregatti 5267ae70bb Add web UI. This has lofty goals.
Use node js module syntax.
Make dev easier by not starting the web UI from docker startup.
2023-05-24 23:40:44 -07:00

30 lines
412 B
CSS

body {
padding-top: 50px;
background-color: black;
}
.green {
color: green;
font-weight: bolder;
}
.yellow {
color: yellow;
font-weight: bolder;
}
.darkgrey {
background-color: darkgray;
font-weight: bolder;
margin-bottom: 10px;
}
.modInfo {
background-color: aliceblue;
}
.simulink {
cursor: pointer;
text-underline: blue;
}
th, td {
padding-right: 10px
}