3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-21 20:30:26 +00:00

update docs theme

Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
Claire Xenia Wolf 2021-11-26 20:34:55 +01:00
parent 5d19e4641a
commit 882d5b3a96
7 changed files with 62 additions and 8 deletions

35
docs/static/yosyshq.css vendored Normal file
View file

@ -0,0 +1,35 @@
h1, h3, p.topic-title, a.current, a:hover,
.content li.toctree-l1 > a {
color: #d6368f !important;
}
h2, p.admonition-title, dt,
.content li.toctree-l2 > a {
color: #4b72b8;
}
a {
color: #8857a3;
}
a.external {
color: #d6368f;
text-decoration: underline;
}
.vp-sidebar a {
color: #d6368f;
}
.vp-sidebar .toctree-l1.current a {
border-left: 0.5rem solid #6ecbd7;
}
.vp-sidebar .toctree-l1 a.current {
border-left: 0.5rem solid #8857a3;
}
.injected .rst-current-version,
.injected dt {
color: #6ecbd7 !important;
}