Factorise la palette du thème par défaut
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user