Made mono reveal theme default
This commit is contained in:
+6
-5
@@ -17,15 +17,15 @@
|
|||||||
--font-body: "Adwaita Sans", Helvetica, sans-serif;
|
--font-body: "Adwaita Sans", Helvetica, sans-serif;
|
||||||
--font-mono: ui-monospace, "SF Mono", Consolas, monospace;
|
--font-mono: ui-monospace, "SF Mono", Consolas, monospace;
|
||||||
--h1-size: 2em;
|
--h1-size: 2em;
|
||||||
--h2-size: 1.5em;
|
--h2-size: 1.4em;
|
||||||
--body-size: 30px;
|
--body-size: 25px;
|
||||||
--small-size: 0.65em;
|
--small-size: 0.65em;
|
||||||
--code-size: 0.85em;
|
--code-size: 0.85em;
|
||||||
--pre-size: 0.75em;
|
--pre-size: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal {
|
.reveal {
|
||||||
font-family: var(--font-body);
|
font-family: var(--font-mono);
|
||||||
font-size: var(--body-size);
|
font-size: var(--body-size);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -39,12 +39,13 @@
|
|||||||
.reveal h4,
|
.reveal h4,
|
||||||
.reveal h5,
|
.reveal h5,
|
||||||
.reveal h6 {
|
.reveal h6 {
|
||||||
font-family: var(--font-body);
|
font-family: var(--font-mono);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
margin: 0 0 0.3em 0;
|
margin: 0 0 0.5em 0;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
text-transform: uppercase;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user