added future idea docs, apologies if there are any typos will be fixed in future versions

This commit is contained in:
2025-01-21 15:29:39 +00:00
parent 8f5a45362a
commit 1bd3a35992
5 changed files with 192 additions and 11 deletions

25
Docs/style.css Normal file
View File

@@ -0,0 +1,25 @@
#table-of-contents h2{
z-index: 200;
background-color: #b96c29;
text-align: center;
padding: 0.809em;
display: block;
color: #fcfcfc;
font-size: 100%;
margin-bottom: 0.809em;
}
#search-results li {
background-color: #b96c29;
color: white;
margin-bottom: 5px;
padding: 5px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
}
h4,h5,h6{
color: #b96c29;
font-weight:300;
}