mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
21 lines
235 B
CSS
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%;
|
|
}
|