yellowcab/static/css/main.css
2021-11-08 00:48:23 -05:00

60 lines
653 B
CSS

@import url("/css/fonts.css");
html, body {
margin:0;
background:#b0b0b0;
}
.hide {
color:black;
text-decoration:none !important;
}
.needs-frontend-js {
display:none;
}
body {
font-family:"Lexend", Helvetica, Arial, Verdana, Tahoma, sans-serif;
}
code {
font-family: monospace;
}
.modal {
width:calc(100% - 10px);
padding:5px;
}
.center {
text-align:center;
}
.nc {
text-align:left;
}
.bg-white {
background:white;
}
.bg-dg {
background:#555;
color:white;
}
.bg-dg a {
color:white;
}
.footer {
background:#b0b0b0;
text-align:center;
width:calc(100% - 20px);
padding:10px;
}
.footer a {
color:black;
}