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