From 0caf83177a80519c8f5b98cb391719be85963bfe Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 11 Aug 2023 11:01:47 +0200 Subject: CSS article task list --- src/css/_contenu.scss | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/css/_contenu.scss') diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss index ec6dee7..b5ffab0 100755 --- a/src/css/_contenu.scss +++ b/src/css/_contenu.scss @@ -72,7 +72,7 @@ article { @media #{$gt-gsm} { ul { - line-height: 1.4; + line-height: 1.5; } float: none; @@ -94,10 +94,17 @@ article { transition: margin-left 0.5s ease-out 0.25s; } } + li.task-list-item { + list-style-type: "- "; + input[type='checkbox'] { + width: 20px; + height: 20px; + } + } li p { display: inline; } - ol { + #sommaire + ol, #table-of-contents + ol { line-height: 2.5em; @media #{$gt-gsm} { line-height: 1.4em; @@ -173,7 +180,6 @@ article { color: initial; > p:first-of-type { - font-weight: 2; > img { filter: none; } @@ -197,7 +203,6 @@ article { color: #EFEFEF; > p:first-of-type { - font-weight: 2; > img { filter: invert(0); } @@ -208,7 +213,7 @@ article { &.light{ @include lightMode; } &.dark { @include darkMode; } - iframe { + iframe, img, div { border: none; &.big { width: 120%; -- cgit v1.2.3