docs: Adding missing CSS file.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
This commit is contained in:
Tim 'mithro' Ansell 2020-05-14 18:30:28 -07:00
parent 271859fc68
commit 3e225d611a
2 changed files with 40 additions and 1 deletions

39
docs/_static/extra.css vendored Normal file
View File

@ -0,0 +1,39 @@
span.lib-process {
color: green;
}
span.lib-src {
color: purple;
}
span.lib-type {
color: orange;
}
span.lib-name {
color: blue;
}
span.drc-rule {
font-family: monospace;
white-space: pre;
display: inline-block;
}
span.drc-tag {
font-family: monospace;
white-space: pre;
display: inline-block;
}
span.drc-flag {
font-family: monospace;
white-space: pre;
display: inline-block;
}
span.layer {
font-family: monospace;
white-space: pre;
display: inline-block;
}

View File

@ -3,9 +3,9 @@
.. toctree::
:hidden:
versioning
Current Status <status>
known_issues
versioning
contributing