Docs housekeeping post-6.2.0 (#394)
* remove leftover css Signed-off-by: Peter Jun Park <peter.park@amd.com> * fix link to panel_config_template.yaml Signed-off-by: Peter Jun Park <peter.park@amd.com> * add note in archived docs pointing to latest Signed-off-by: Peter Jun Park <peter.park@amd.com> rm repetition --------- Signed-off-by: Peter Jun Park <peter.park@amd.com>
This commit is contained in:
committed by
David Galiffi
parent
e176d8eec8
commit
e8fc341345
@@ -1,30 +1,8 @@
|
||||
:root {
|
||||
--amd-teal-500: #00C2DE;
|
||||
--amd-teal-750: #00788E;
|
||||
}
|
||||
|
||||
/* Override PyData Sphinx Theme default colors */
|
||||
html[data-theme='light'] {
|
||||
--pst-color-primary: var(--amd-teal-750);
|
||||
--pst-color-primary-bg: var(--amd-teal-500);
|
||||
--pst-color-table-row-hover-bg: #E2E8F0;
|
||||
}
|
||||
|
||||
html[data-theme='dark'] {
|
||||
--pst-color-primary: var(--amd-teal-500);
|
||||
--pst-color-primary-bg: var(--amd-teal-750);
|
||||
--pst-color-table-row-hover-bg: #1E293B;
|
||||
}
|
||||
|
||||
html[data-theme='light'],
|
||||
html[data-theme='dark'] {
|
||||
--pst-color-link: var(--pst-color-primary);
|
||||
}
|
||||
|
||||
a svg {
|
||||
color: var(--pst-color-text-base);
|
||||
}
|
||||
|
||||
a svg:hover {
|
||||
color: var(--pst-color-link-hover);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user