Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Jan 16, 2024
1 parent 91226ec commit 1588c2f
Show file tree
Hide file tree
Showing 11 changed files with 455 additions and 376 deletions.
34 changes: 34 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
div.admonition.example {
border-color: hsl(257, 20%, 50%);
background-color: hsl(257, 20%, 80%);
}

div.admonition.example > .admonition-title {
color: white;
background-color: hsl(257, 20%, 50%);
}

div.admonition.example > .admonition-title::before {
content: "\f2a7";
}

.sidebar-logo {
margin: inherit;
}
.sidebar-logo-container{
max-width: 20%!important;
margin-top: 0.2rem;
margin-right: 0.2rem;
justify-content: flex-end;
display: flex;
}
.sidebar-brand-text {
text-align: center !important;
/* color: #004C6E !important; */
align-items: center;
display: inline-flex;
}

.sidebar-brand {
flex-direction: row !important;
}
Binary file added docs/_static/logo-dark-mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/logo-light-mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1588c2f

Please sign in to comment.