nws-site/assets/style.css

46 lines
466 B
CSS
Raw Normal View History

2024-05-15 20:12:14 +00:00
* {
font-family: serif;
}
th {
text-align: left;
}
td {
text-align: left;
}
table, th, td {
border: 1px solid black;
}
body {
background-color: #d2e0ec;
margin: 20px auto;
max-width: 750px;
2024-05-16 17:47:14 +00:00
width: 80%;
2024-05-15 20:12:14 +00:00
}
a {
text-decoration: none;
color: #114488;
}
img {
max-width: 100%;
}
.flag-img {
height: 30px;
}
p.lineitem::after {
content: " ";
flex: 1;
border-bottom: 1px dotted #000;
}
2024-05-16 17:47:14 +00:00
.nav-link {
white-space: nowrap;
}