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.
rust-web/frontend/index.css
David Westgate e0597f3239 improve css
2024-06-11 23:26:22 -07:00

30 lines
307 B
CSS

.title {
font-weight: bold;
}
.question{
font-style: italic;
}
.answer{
font-weight: bold;
}
.annotation {
font-style: italic;
font-size: 60%;
}
h1 {
font-weight: bold;
font-size: 150%;
}
.questions-container {
border: 1px solid black;
}
.error {
color: #881111;
}