This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
questions-yew/index.css
2024-05-29 15:35:55 -07:00

26 lines
257 B
CSS

.teller {
font-weight: bold;
}
.tellee {
font-style: italic;
}
.annotation {
font-style: italic;
font-size: 60%;
}
h1 {
font-weight: bold;
font-size: 150%;
}
.joke {
border: 1px solid black;
}
.error {
color: #881111;
}