Rework of page "contribute.js/todos.js" (part2), finishing up style changes across pages, minor fixes

This commit is contained in:
ndaniel1102
2021-04-20 21:35:41 +02:00
parent a91fa4a7fe
commit 88dd1f0cc6
17 changed files with 126 additions and 92 deletions
+9 -7
View File
@@ -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;
}