1

Factorise la palette du thème par défaut

This commit is contained in:
2025-09-16 01:54:46 +02:00
parent 1e062196ab
commit c7a4ba0053
10 changed files with 142 additions and 111 deletions

View File

@@ -63,8 +63,8 @@
position: absolute;
top: 160px;
left: 0;
background: #b16a00;
color: white;
background: var(--accent-orange);
color: var(--text-white);
font-weight: bold;
font-size: 0.75rem;
padding: 4px 12px;
@@ -92,13 +92,13 @@
/* Titre devient bleu au survol */
.article-card:hover .article-title {
color: #8ab4f8;
color: var(--link-blue);
}
/* Métadonnées (section + durée de lecture) bien ancrées en bas */
.article-meta {
font-size: 0.8rem;
color: #bbb;
color: var(--text-soft);
display: flex;
justify-content: space-between;
width: 100%;