Files
qmining-page/src/pages/contribute.module.css
T

21 lines
235 B
CSS

.warning {
color: white;
padding: 10px;
font-size: 26px;
text-align: center;
}
.title {
color: var(--text-color);
font-size: 30px;
text-align: center;
}
.repos a {
margin: 0px 5px;
}
.newTaskButton {
width: 40%;
}