1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-03 20:07:35 +02:00

doc styling

This commit is contained in:
Kushagra Gour
2024-07-08 16:54:33 +05:30
parent f491fdb554
commit 596b0b9887

View File

@@ -38,6 +38,7 @@
href="https://chrome.google.com/webstore/detail/lkfkkhfhhdkiemehlpkgjeojomhpccnh" href="https://chrome.google.com/webstore/detail/lkfkkhfhhdkiemehlpkgjeojomhpccnh"
/> />
<style type="text/css"> <style type="text/css">
:root { :root {
--layout-max-width: 90ch; --layout-max-width: 90ch;
--base-font-size: 1em; --base-font-size: 1em;
@@ -51,22 +52,37 @@
scroll-timeline: --root-scroll block; scroll-timeline: --root-scroll block;
} }
html:has(body.docs) {
background: linear-gradient(45deg, #000001, #65487d);
}
body { body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: white; min-height: 100vh;
min-height: 100vh; line-height: 1.4;
line-height: 1.4; padding: 0;
padding: 0; margin: 0;
margin: 0; color: #3a3a3a;
color: #3a3a3a; -webkit-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased; background: white;
}
body.docs {
max-width: 70ch;
margin: 2rem auto;
background: none;
}
body.docs .main-content{
background: white;
border-radius: 1rem;
padding: 2rem;
}
body.docs .site-header a,
body.docs .site-footer a{
color: white;
}
}
body.docs {
max-width: 70ch;
margin: 0 auto;
}
.ml-1 { .ml-1 {
margin-left: 1rem; margin-left: 1rem;