Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvadealmeida committed Feb 9, 2024
1 parent 72b38a4 commit 2a1117e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
4 changes: 0 additions & 4 deletions retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:, <svg>, 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
Expand Down
22 changes: 21 additions & 1 deletion src/static/custom.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 2a1117e

Please sign in to comment.