UI fixes
This commit is contained in:
parent
c750cfbbc3
commit
ce9a39c76e
@ -987,6 +987,15 @@ sm-copy {
|
|||||||
padding: 1.5rem 0 1rem 0;
|
padding: 1.5rem 0 1rem 0;
|
||||||
background-color: rgba(var(--background-color), 1);
|
background-color: rgba(var(--background-color), 1);
|
||||||
}
|
}
|
||||||
|
#preview_page h1,
|
||||||
|
#preview_page h2,
|
||||||
|
#preview_page h3,
|
||||||
|
#preview_page h4,
|
||||||
|
#preview_page h5,
|
||||||
|
#preview_page h6 {
|
||||||
|
font-weight: 400;
|
||||||
|
font-family: "Calistoga", cursive;
|
||||||
|
}
|
||||||
#preview_page h3 {
|
#preview_page h3 {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -933,6 +933,15 @@ sm-copy {
|
|||||||
padding: 1.5rem 0 1rem 0;
|
padding: 1.5rem 0 1rem 0;
|
||||||
background-color: rgba(var(--background-color), 1);
|
background-color: rgba(var(--background-color), 1);
|
||||||
}
|
}
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-weight: 400;
|
||||||
|
font-family: "Calistoga", cursive;
|
||||||
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
&:not(:first-of-type) {
|
&:not(:first-of-type) {
|
||||||
|
|||||||
19
index.html
19
index.html
@ -11,7 +11,7 @@
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Calistoga&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
|
||||||
rel="stylesheet">
|
rel="stylesheet">
|
||||||
<script src="purify.min.js" defer></script>
|
<script src="purify.min.js" defer></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6" defer></script>
|
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6" defer></script>
|
||||||
@ -12068,7 +12068,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: "Inter", sans-serif
|
font-family: "Roboto", sans-serif
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@ -12126,6 +12126,16 @@
|
|||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-weight: 400;
|
||||||
|
font-family: "Calistoga", cursive;
|
||||||
|
}
|
||||||
|
|
||||||
sm-copy {
|
sm-copy {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
--button-border-radius: 0.5rem;
|
--button-border-radius: 0.5rem;
|
||||||
@ -12391,7 +12401,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
article p {
|
article p {
|
||||||
font-family: "noto serif", serif;
|
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
font-size: 1rem
|
font-size: 1rem
|
||||||
}
|
}
|
||||||
@ -12577,8 +12586,8 @@
|
|||||||
</style>
|
</style>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400..700&display=swap" rel="stylesheet">
|
<link
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Calistoga&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
|
||||||
rel="stylesheet">
|
rel="stylesheet">
|
||||||
</template>
|
</template>
|
||||||
<template id="body_template">
|
<template id="body_template">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user