Sidebar: date capitalisée

This commit is contained in:
Adrien Bourmault 2022-07-08 15:47:00 +02:00
parent 7a059013dc
commit f1b1848823
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -229,11 +229,11 @@ aside#a-lec_sidebar {
.a-lec_list-post-title { .a-lec_list-post-title {
display: block; display: block;
padding: 15px;
background-color: var(--a-lec_yellow); background-color: var(--a-lec_yellow);
color: var(--a-lec_white); color: var(--a-lec_white);
font-weight: bold; font-weight: bold;
padding: 10px; padding: 10px;
padding-left: 15px;
margin: -10px 0px 0px 0px; margin: -10px 0px 0px 0px;
} }