mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
Images now included relative to the `docs/source` folder instead of the rst file. Also makes sure to add the updated `yosyshq.css` (which as a sidenote has ended up as `custom.css` in most of the other docs).
27 lines
465 B
CSS
27 lines
465 B
CSS
/* Don't hide the right sidebar as we're placing our fixed links there */
|
|
aside.no-toc {
|
|
display: block !important;
|
|
}
|
|
|
|
/* Colorful headings */
|
|
h1 {
|
|
color: var(--color-brand-primary);
|
|
}
|
|
|
|
h2, h3, h4, h5, h6 {
|
|
color: var(--color-brand-content);
|
|
}
|
|
|
|
/* Use a different color for external links */
|
|
a.external {
|
|
color: var(--color-brand-primary) !important;
|
|
}
|
|
|
|
.wy-table-responsive table td {
|
|
white-space: normal;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|