nws-site/assets/style.css

46 lines
481 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 {
2024-08-29 20:29:37 +00:00
background-color: #ccf2b3; /* #ffed8f; */
2024-05-16 18:19:21 +00:00
margin: 10px auto;
2024-05-15 20:12:14 +00:00
max-width: 750px;
2024-05-16 18:19:21 +00:00
width: 95%;
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;
}