Explorar el Código

Update list style

Track3 hace 1 año
padre
commit
220ab23669
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      assets/scss/style.scss

+ 3 - 3
assets/scss/style.scss

@@ -136,7 +136,7 @@ ol {
 
 li::marker {
   font-size: 90%;
-  color: var(--c-txt-alt2);
+  color: var(--c-txt-alt);
 }
 
 // lsn -> list-style: none
@@ -504,8 +504,8 @@ a.footnote-ref {
     margin-left: -1em;
   }
 
-  ul,
-  ol {
+  .content ul,
+  .content ol {
     padding-inline-start: 0;
   }
 }