Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,627 changes: 3,627 additions & 0 deletions site/docs/assets/css/animate.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions site/docs/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions site/docs/assets/css/extra.css

This file was deleted.

6 changes: 6 additions & 0 deletions site/docs/assets/css/fontawesome.min.css

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions site/docs/assets/css/header.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.md-header {
background-color: #172436;
box-shadow: 0 0 0.2rem #0000, 0 0.2rem 0.4rem #0000;
color: var(--md-primary-bg-color);
display: block;
left: 0;
position: sticky;
right: 0;
top: 0;
z-index: 4;
}

.md-tabs,
.md-footer {
background-color: #32485c;
}

.md-tabs__item {
color: #b0b9c0 !important;
}

.md-tabs__item .md-tabs__item--active{
color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: var(--heading-color);
padding: 0;
margin: 0 0 20px 0;
font-weight: 600;
line-height: 1.2em;
font-family: var(--heading-font);
}

a {text-decoration: none !important;color: #32485c;}

Loading
Loading