Adjust Colors for the Solidity Docs

This commit is contained in:
4molybdenum2
2021-10-07 16:23:30 +02:00
committed by Kamil Śliwak
parent 0043eca672
commit 551c3ae17a
4 changed files with 53 additions and 13 deletions
+34
View File
@@ -12,3 +12,37 @@ pre {
.rst-content table.docutils td {
vertical-align: top;
}
/* links */
.rst-content a:not(:visited) {
color: #002fa7;
}
.rst-content .highlighted {
background: #eac545;
}
/* code block highlights */
.rst-content pre {
background: #fafafa;
}
.wy-side-nav-search img.logo {
width: 100px !important;
padding: 0;
}
.wy-side-nav-search > a {
padding: 0;
margin: 0;
}
/* project version (displayed under project logo) */
.wy-side-nav-search .version {
color: #272525 !important;
}
/* menu section headers */
.wy-menu .caption {
color: #65afff !important;
}