generated from nhcarrigan/template
feat: document task bot (#25)
Related to #23, closes #20 Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/25 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -51,3 +51,15 @@ header {
|
||||
color: var(--primary-color) !important;
|
||||
background-color: var(--background-color) !important;
|
||||
}
|
||||
|
||||
.right-sidebar-panel :where(a) {
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
footer > div > a, footer > div > a:visited, footer > div > p {
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
.right-sidebar-panel :where(a):hover {
|
||||
color: white !important;
|
||||
}
|
Reference in New Issue
Block a user