Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMrt committed Dec 9, 2024
1 parent b906d1a commit 6fd5ac2
Showing 1 changed file with 1 addition and 69 deletions.
70 changes: 1 addition & 69 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,75 +20,7 @@
<title>DAVIS - data visualization</title>
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> -->
<!-- Themeable Simple theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<!-- Font Awesome Stylesheets -->
<link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free/css/fontawesome.css" />
<link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free/css/brands.css" />
<link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free/css/regular.css" />
<link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free/css/solid.css" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap"
rel="stylesheet">
<style>
:root {
--base-font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
--base-line-height: 1.4;
--base-font-size: 1.125rem;

--cover-max-width: 45em;

--heading-h2-border-style: none;
--heading-h1-margin: 1rem 0rem -0.5rem 0rem;
--heading-h2-margin: 1rem 0rem -1.5rem 0rem;
--heading-h3-margin: 1rem 0rem -.5rem 0rem;
--heading-h4-margin: 1rem 0rem -.5rem 0rem;
--heading-h5-margin: 1rem 0rem -.5rem 0rem;
--heading-h6-margin: 1rem 0rem 0rem 0rem;
--heading-h1-font-size: 1.60rem;
--heading-h2-font-size: 1.40rem;
--heading-h3-font-size: 1.20rem;
--heading-h4-font-size: 1.15rem;
--heading-h5-font-size: 1.1rem;
--heading-h6-font-size: 1rem;
--heading-h1-font-weight: 400;
--heading-h2-font-weight: 400;
--heading-h3-font-weight: 400;
--heading-h4-font-weight: 400;
--heading-h5-font-weight: 400;
--heading-h6-font-weight: 400;

--link-color: #0374B5;
--link-text-decoration: underline;
--link-text-decoration--hover: underline;

--sidebar-name-color: #0374B5;
--sidebar-nav-link-color--active: #0374B5;
--sidebar-nav-link-border-color--active: #0374B5;
--sidebar-nav-link-font-weight--active: bold;

--sidebar-nav-pagelink-background--active:
no-repeat 0px center / 5px 6px linear-gradient(225deg, transparent 2.75px, #0374B5 2.75px 4.25px, transparent 4.25px),
no-repeat 5px center / 5px 6px linear-gradient(135deg, transparent 2.75px, #0374B5 2.75px 4.25px, transparent 4.25px);
--sidebar-nav-pagelink-background--collapse:
no-repeat 2px calc(50% - 2.5px) / 6px 5px linear-gradient(45deg, transparent 2.75px, #0374B5 2.75px 4.25px, transparent 4px),
no-repeat 2px calc(50% + 2.5px) / 6px 5px linear-gradient(135deg, transparent 2.75px, #0374B5 2.75px 4.25px, transparent 4px);
--sidebar-nav-pagelink-background--loaded:
no-repeat 0px center / 5px 6px linear-gradient(225deg, transparent 2.75px, #0374B5 2.75px 4.25px, transparent 4.25px),
no-repeat 5px center / 5px 6px linear-gradient(135deg, transparent 2.75px, #0374B5 2.75px 4.25px, transparent 4.25px);

--navbar-root-margin: 0 0 0 .8em;
--navbar-root-color--active: #0374B5;

--blockquote-border-color: #0374B5;

--pagination-title-color: #0374B5;

--docsifytabs-tab-color: var(--base-color);
}
</style>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 6fd5ac2

Please sign in to comment.