Merge pull request #1382 from yashsinghcodes/1.4.0

fresh look for docs
This commit is contained in:
Frikky
2024-05-10 14:44:08 +02:00
committed by GitHub
3 changed files with 1044 additions and 867 deletions
+14
View File
@@ -90,3 +90,17 @@ code {
color: #fff; color: #fff;
font-size: 14px; font-size: 14px;
} }
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
background-color: #494949;
border-radius: 5px;
}
::-webkit-scrollbar-track {
background-color: rgb(26,26,26);
}
+19 -1
View File
@@ -18,6 +18,11 @@ code {
margin-right: -13px; margin-right: -13px;
} }
.toc:hover {
background-color: gray;
color: white;
}
/* .cm-string{ /* .cm-string{
z-index: -1; z-index: -1;
} }
@@ -30,4 +35,17 @@ code {
.CodeMirror-selectedtext{ .CodeMirror-selectedtext{
background-color: rgba(28, 47, 69, 0.6) !important; background-color: rgba(28, 47, 69, 0.6) !important;
color: rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important;
} }
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
background-color: #494949;
border-radius: 5px;
}
::-webkit-scrollbar-track {
background-color: rgb(26,26,26);
}
+1011 -866
View File
File diff suppressed because it is too large Load Diff