From 2a1117eba353c3b446fe4dfcef3496cd4bacab57 Mon Sep 17 00:00:00 2001 From: Silva de Almeida Date: Fri, 9 Feb 2024 13:36:02 +0100 Subject: [PATCH] . --- retype.yml | 4 ---- src/static/custom.css | 22 +++++++++++++++++++++- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/retype.yml b/retype.yml index 1bb1379..22001ca 100644 --- a/retype.yml +++ b/retype.yml @@ -31,10 +31,6 @@ poweredByRetype: true # Set to false to remove the Powered by Retype branding. links: # A list of custom links to add to the top bar of the generated website. # See also: footer.links - - text: Home # The text to use for the link - link: index.md # start page of this report - icon: home # A custom icon name, :emoji:, , or path to a file. - conAlign: left # Icon alignment, to the left or right. Default is left. - text: BonaRes Portal link: https://www.bonares.de # Link to an internal file or external URL. icon: globe diff --git a/src/static/custom.css b/src/static/custom.css index c0e13f7..ae1b52f 100644 --- a/src/static/custom.css +++ b/src/static/custom.css @@ -1,13 +1,33 @@ + #docs-app { font-family: "Titillium Web", sans-serif !important; } +.fill { + color: #019601 !important; +} + +nav a { + color: #019601 !important; +} + + +aside a { + color: #6ca16c !important; + } + +main a { + color: #019601 !important; + } -a { +footer a { color: #019601 !important; } +#docs-sidebar-right a:hover, #docs-sidebar-right a:active { + color: #019601 !important; + } #docs-site-header {