add: static assets

gh-pages
iwilltry42 2 months ago
parent f2e35a262b
commit d853c326a9
No known key found for this signature in database
GPG Key ID: FD4E78FBAD6B1550
  1. 18
      static/css/extra.css

@ -23,10 +23,28 @@
position: relative;
}
/* This is equal to light mode */
[data-md-color-primary=black] .md-tabs {
/* Set color of the tab bar */
background-color: #0DCEFF;
}
/* Dark Mode */
[data-md-color-scheme="slate"] .md-header {
/* keep black backgroud of title bar (header) */
background-color: black;
}
/* Tab Bar */
.md-tabs {
color: black;
}
.md-tabs__item {
font-weight: bolder;
}
.md-tabs__link--active {
text-decoration: underline;
}

Loading…
Cancel
Save