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

@@ -22,7 +22,7 @@ article {
transform: rotate(-90deg) translateX(100%);
font-size: 0.75rem;
color: #bbb;
color: var(--text-soft);
background: rgba(0, 0, 0, 0.75);
padding: 0.4rem 0.6rem;
border-radius: 6px 6px 0 0;
@@ -71,4 +71,4 @@ article {
article .article-content {
padding: 2rem 0;
}
}
}