summaryrefslogtreecommitdiff
path: root/src/css/_contenu.scss
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-11 11:01:47 +0200
committerache <ache@ache.one>2023-08-11 11:01:47 +0200
commit0caf83177a80519c8f5b98cb391719be85963bfe (patch)
tree5069265b3583a9652cca7db9635c3f3e2f118d65 /src/css/_contenu.scss
parentSpecial box note (diff)
CSS article task list
Diffstat (limited to 'src/css/_contenu.scss')
-rwxr-xr-xsrc/css/_contenu.scss15
1 files changed, 10 insertions, 5 deletions
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%;