added color for links in documentation content

This commit is contained in:
Shahed Nasser
2022-04-19 16:43:14 +03:00
parent 2e6622ec5d
commit 8796c85598

View File

@@ -257,3 +257,12 @@ footer {
details summary {
cursor: pointer;
}
.theme-doc-markdown a {
color: #9461ff;
}
.theme-doc-markdown a:hover {
color: #6e3eff;
text-decoration: none;
}