Mise-à-jour sur-le-sentier.fr

version 2
This commit is contained in:
2024-12-10 11:39:15 +01:00
parent 26b17d9232
commit d8f28b47b8
55 changed files with 8972 additions and 1159 deletions

View File

@@ -158,12 +158,18 @@
.lcl_minimal #lcl_txt * {
font-family: Arial, 'sans-serif';
color: #ddd;
color: rgba(255, 255, 255, 0.5); /* add */
mix-blend-mode: difference; /* add */
}
.lcl_minimal #lcl_title {
color: #eee;
color: #eee;
color: rgba(238, 238, 238, 0.7); /* add */
mix-blend-mode: difference; /* add */
}
.lcl_minimal #lcl_author {
color: #bfbfbf;
color: #bfbfbf;
color: rgba(191, 191, 191, 0.7); /* add */
mix-blend-mode: difference; /* add */
}
.lcl_minimal .lcl_txt_border {
border-bottom: 1px dotted #666 !important;