docs: added introduction to user guide (#2075)

* docs: added introduction to user guide

* remove link in header

* added UI icons

* small changes
This commit is contained in:
Shahed Nasser
2022-08-22 17:51:25 +03:00
committed by GitHub
parent b78171b80c
commit 08d2942ddf
4 changed files with 106 additions and 0 deletions

View File

@@ -330,4 +330,21 @@ html[data-theme="dark"] .redocusaurus .expanded + tr > td > div {
.redocusaurus a {
color: var(--ifm-link-color) !important;
}
/* User Guide Styling */
html[data-theme="dark"] kbd {
--ifm-color-emphasis-0: var(--ifm-color-gray-200);
}
kbd {
--ifm-color-emphasis-800: var(--ifm-color-gray-800);
font: 100% var(--ifm-font-family-monospace) !important;
}
.ui-icon {
vertical-align: sub;
width: 20px;
height: 20px;
}