|
@@ -1,4 +1,3 @@
|
|
-@charset "UTF-8";
|
|
|
|
/**
|
|
/**
|
|
* Dracula Dark theme for reveal.js.
|
|
* Dracula Dark theme for reveal.js.
|
|
* Based on https://draculatheme.com
|
|
* Based on https://draculatheme.com
|
|
@@ -373,42 +372,12 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
.reveal strong, .reveal b {
|
|
.reveal strong, .reveal b {
|
|
color: var(--r-bold-color);
|
|
color: var(--r-bold-color);
|
|
}
|
|
}
|
|
-
|
|
|
|
.reveal em, .reveal i, .reveal blockquote {
|
|
.reveal em, .reveal i, .reveal blockquote {
|
|
color: var(--r-italic-color);
|
|
color: var(--r-italic-color);
|
|
}
|
|
}
|
|
-
|
|
|
|
.reveal code {
|
|
.reveal code {
|
|
color: var(--r-inline-code-color);
|
|
color: var(--r-inline-code-color);
|
|
}
|
|
}
|
|
-
|
|
|
|
-.reveal ul li {
|
|
|
|
- list-style: none;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.reveal ul li::before {
|
|
|
|
- content: "•";
|
|
|
|
|
|
+.reveal ul li::marker, .reveal ol li::marker {
|
|
color: var(--r-list-bullet-color);
|
|
color: var(--r-list-bullet-color);
|
|
- display: inline-block;
|
|
|
|
- width: 1em;
|
|
|
|
- margin-left: -1em;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.reveal ol {
|
|
|
|
- list-style: none;
|
|
|
|
- counter-reset: li;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.reveal ol li::before {
|
|
|
|
- content: counter(li) ".";
|
|
|
|
- color: var(--r-list-bullet-color);
|
|
|
|
- display: inline-block;
|
|
|
|
- width: 2em;
|
|
|
|
- margin-left: -2.5em;
|
|
|
|
- margin-right: 0.5em;
|
|
|
|
- text-align: right;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.reveal ol li {
|
|
|
|
- counter-increment: li;
|
|
|
|
-}
|
|
|
|
|
|
+}
|