docs - Initial framework and layout

This commit is contained in:
silversword411
2022-02-14 23:30:38 -05:00
parent d815f853a8
commit 337f634064
12 changed files with 225 additions and 10 deletions

View File

@@ -25,6 +25,12 @@
.md-nav__link[data-md-state=blur] {
color: white;
}
.md-tabs {
background-color: #0b3e81;
color: white;
}
.md-tabs__list {
}
.md-typeset a {
color: whitesmoke;
text-decoration: underline;
@@ -61,3 +67,11 @@ a:link {
.html {
background-color: #0b3e81;
}
.dlspan {
background-color:gray;
color:black;
font-size:16px;
padding:4px;
border-radius:4px;
box-shadow: 2px 2px 4px black;
}