ungleich-staticcms/assets/u/static/css/ungleich.css

33 lines
612 B
CSS
Executable File

/* Turns specific sections into bold for all platforms
Sanghee, Nico, 2020-04-29
*/
@font-face {
font-family: "Nimbus Sans L";
src: url("/u/static/font/NimbusSans-Bold.otf") format("opentype");
}
.headlinebold {
font-family: "Nimbus Sans L";
}
.colored-table {
text-align: center;
background: #E5EDF1;
}
.colored-table td, .colored-table th {
border: 1px solid #fff;
}
.colored-table thead th {
border-bottom: 2px solid #fff;
}
.bg-offer {
background-color: #c0dcf3;
}
.table-responsive {
font-family: "Rubik", sans-serif;
font-size: 13px;
line-height: 22px;
}