mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Rework of page "contribute.js/todos.js" (part2), finishing up style changes across pages, minor fixes
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
.card {
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
margin: 6px 3px;
|
||||
border-radius: 5px;
|
||||
padding: 7px;
|
||||
margin: 8px 4px;
|
||||
cursor: pointer;
|
||||
background-color: #171616;
|
||||
}
|
||||
|
||||
.voted {
|
||||
color: #cf9;
|
||||
color: var(--text-color);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
@@ -15,7 +17,7 @@
|
||||
}
|
||||
|
||||
.card > div {
|
||||
margin: 5px 0px;
|
||||
margin: 6px 4px;
|
||||
}
|
||||
|
||||
.description {
|
||||
@@ -25,7 +27,7 @@
|
||||
}
|
||||
|
||||
.category {
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -39,6 +41,6 @@
|
||||
}
|
||||
|
||||
.id {
|
||||
margin: 0px 3px;
|
||||
margin: 1px 6px 1px 1px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user