summaryrefslogtreecommitdiff
path: root/scripts/apidocs/doc_styles.css
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-05 12:48:05 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-05 12:48:05 +1000
commitdfb6adbcbcc7d50b770b6d5ea82efdd8f8c32e25 (patch)
treea470b91a90716d7ea46fde53ed395449c24583a2 /scripts/apidocs/doc_styles.css
parent54354e32c6498cc7f8839ab4deb1208d37216cc5 (diff)
delete documentation workflow
Diffstat (limited to 'scripts/apidocs/doc_styles.css')
-rw-r--r--scripts/apidocs/doc_styles.css76
1 files changed, 0 insertions, 76 deletions
diff --git a/scripts/apidocs/doc_styles.css b/scripts/apidocs/doc_styles.css
deleted file mode 100644
index ee0851b..0000000
--- a/scripts/apidocs/doc_styles.css
+++ /dev/null
@@ -1,76 +0,0 @@
-/*
- Josh's Custom CSS Reset
- https://www.joshwcomeau.com/css/custom-css-reset/
-*/
-*, *::before, *::after {
- box-sizing: border-box;
-}
-* {
- margin: 0;
-}
-body {
- line-height: 1.5;
- -webkit-font-smoothing: antialiased;
-}
-img, picture, video, canvas, svg {
- display: block;
- max-width: 100%;
-}
-input, button, textarea, select {
- font: inherit;
-}
-p, h1, h2, h3, h4, h5, h6 {
- overflow-wrap: break-word;
-}
-#root, #__next {
- isolation: isolate;
-}
-
-/* Styles */
-
-html {
- -webkit-text-size-adjust: 100%;
- -moz-tab-size: 4;
- -o-tab-size: 4;
- tab-size: 4;
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
- font-feature-settings: normal;
- font-variation-settings: normal;
-}
-
-pre {
- margin: 0;
- padding: 0;
-}
-code {
- margin: 0;
- padding: 6px 0 !important
-}
-
-:root {
- /* TODO: create basic greyscale colours */
-}
-
-main {
- padding: 12px;
-}
-
-h1 {
- font-size: 18px;
- margin-bottom: 20px;
- /* font-weight: 700; */
-}
-
-h3 {
- font-size: 16px;
- font-weight: 700;
- text-transform: uppercase;
-}
-
-.category-list {
- padding: 10px 20px;
- list-style-type: none;
-}
-
-.signature {
-}