2023-01-12 15:43:54 -08:00
|
|
|
section[role="listings"] {
|
|
|
|
background: var(--primary);
|
|
|
|
width: 100%;
|
|
|
|
max-width: 600px;
|
2023-01-16 20:17:22 -08:00
|
|
|
padding: 10px;
|
2023-01-12 15:43:54 -08:00
|
|
|
margin: 0 auto;
|
|
|
|
color: var(--white);
|
|
|
|
}
|
|
|
|
|
|
|
|
section[role="listings"] a {
|
|
|
|
color: var(--highlight);
|
2023-01-23 19:59:51 -08:00
|
|
|
font-size: 2em;
|
2023-01-22 14:03:45 -08:00
|
|
|
font-weight: bold;
|
|
|
|
border: 0;
|
2023-01-12 15:43:54 -08:00
|
|
|
}
|
2023-01-23 19:59:51 -08:00
|
|
|
|
|
|
|
section[role="listings"] a label {
|
|
|
|
color: var(--secondary);
|
|
|
|
font-size: 0.3em;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-family: var(--mono-type);
|
|
|
|
}
|
|
|
|
|
|
|
|
section[role="listings"] a:hover {
|
|
|
|
color: var(--white);
|
|
|
|
}
|
2023-02-09 12:34:51 -08:00
|
|
|
|
|
|
|
section[role="listings"] div[role="paginate"] {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
section[role="listings"] div[role="paginate"] span {
|
|
|
|
vertical-align: super;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|