mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
CSS fixup
This commit is contained in:
@@ -3,7 +3,6 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.filters {
|
.filters {
|
||||||
background: #f5f5f5;
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@@ -32,16 +31,16 @@ main {
|
|||||||
.thesis-table td {
|
.thesis-table td {
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-bottom: 1px solid #ddd;
|
/* border-bottom: 1px solid #ddd; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.thesis-table th {
|
.thesis-table th {
|
||||||
background: #f0f0f0;
|
/* background: #f0f0f0; */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thesis-table tr:hover {
|
.thesis-table tr:hover {
|
||||||
background: #f9f9f9;
|
/* background: #f9f9f9; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.thesis-title {
|
.thesis-title {
|
||||||
@@ -121,7 +120,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stat-card {
|
.stat-card {
|
||||||
background: #f5f5f5;
|
background: darkslateblue;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
@@ -130,11 +129,11 @@ main {
|
|||||||
.stat-number {
|
.stat-number {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #4a90e2;
|
/* color: #4a90e2; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat-label {
|
.stat-label {
|
||||||
color: #666;
|
/* color: #666; */
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user