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

29 lines
509 B
CSS
Raw Normal View History

2020-04-29 20:53:07 +00:00
/* 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";
}
2021-09-19 14:12:30 +00:00
.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;
}