CSS fixup

This commit is contained in:
Théophile Gervreau-Mercier
2026-02-06 13:26:32 +01:00
parent 4bbbc58e24
commit f7132ecb7d

View File

@@ -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;
}