mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
22 lines
263 B
CSS
22 lines
263 B
CSS
.questionContainer {
|
|
margin: 10px;
|
|
}
|
|
|
|
.questionContainer:hover {
|
|
background-color: var(--hoover-color);
|
|
}
|
|
|
|
.question {
|
|
font-weight: bold;
|
|
font-size: 17px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.answer {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.data {
|
|
font-size: 13px;
|
|
color: #a1a1a1;
|
|
}
|