Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Change some styling in template
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 26, 2022
1 parent 14ffee7 commit 172cbcb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions client/generators/layout.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,28 @@ let layout (ctx : SiteContents) (activePageTitle: string) bodyCnt =
style [] [
!! """
body {
margin: 0px;
margin: 0px;
}
thead tr th, strong {
color: var(--accent-text-color) !important
}
a {
color: var(--link-color, #4FB3D9) !important;
color: var(--link-color, #4FB3D9) !important;
}
a:hover {
color: var(--link-hover-color, #3A3A3A) !important;
color: var(--link-hover-color, #3A3A3A) !important;
}
thead {
font-size: 1.2rem;
font-size: 1rem;
}
table {
display: block;
overflow: scroll
}
nfdi-toc, nfdi-body {
Expand Down

0 comments on commit 172cbcb

Please sign in to comment.