feat: copy fasterthanlime headers
This commit is contained in:
parent
988b078fe2
commit
07b480b4bd
8
app.vue
8
app.vue
@ -5,6 +5,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;600;700;800;900&display=swap");
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* for that cool wave dark mode effect */
|
/* for that cool wave dark mode effect */
|
||||||
@ -41,18 +43,22 @@ div#__nuxt {
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
& > a {
|
& > a {
|
||||||
font-weight: bold !important;
|
font-weight: 800 !important;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose article {
|
.prose article {
|
||||||
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
|
font-family: Bitter, ui-sans-serif, system-ui, -apple-system,
|
||||||
|
BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", "Helvetica Neue",
|
||||||
|
sans-serif;
|
||||||
& > a:hover {
|
& > a:hover {
|
||||||
@apply hover:text-blue-700 dark:hover:text-blue-400;
|
@apply hover:text-blue-700 dark:hover:text-blue-400;
|
||||||
&::before {
|
&::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user