Mise-à-jour sur-le-sentier.fr
version 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user