Add overrides to asciidoctor's CSS so it looks more like keycloak.org
This commit is contained in:
parent
021f5eded4
commit
90575cdda9
1 changed files with 33 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
ul#globalnav {
|
||||
background-color: #ededed;
|
||||
font-family: "Open Sans","DejaVu Sans",sans-serif;
|
||||
|
||||
list-style: none;
|
||||
width: 100%;
|
||||
|
@ -79,3 +78,36 @@ body.toc2 {
|
|||
}
|
||||
|
||||
</style>
|
||||
|
||||
<style>
|
||||
/* General Changes */
|
||||
|
||||
h1, h2, h3, #toctitle, .sidebarblock>.content>.title, h4, h5, h6 {
|
||||
color: #444444;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #004670;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #7da1dc;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Open Sans","DejaVu Sans",sans-serif;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.subheader, .admonitionblock td.content>.title, .audioblock>.title, .exampleblock>.title, .imageblock>.title, .listingblock>.title, .literalblock>.title, .stemblock>.title, .openblock>.title, .paragraph>.title, .quoteblock>.title, table.tableblock>.title, .verseblock>.title, .videoblock>.title, .dlist>.title, .olist>.title, .ulist>.title, .qlist>.title, .hdlist>.title {
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.admonitionblock td.content>.title, .audioblock>.title, .exampleblock>.title, .imageblock>.title, .listingblock>.title, .literalblock>.title, .stemblock>.title, .openblock>.title, .paragraph>.title, .quoteblock>.title, table.tableblock>.title, .verseblock>.title, .videoblock>.title, .dlist>.title, .olist>.title, .ulist>.title, .qlist>.title, .hdlist>.title {
|
||||
font-family: "Open Sans","DejaVu Sans",sans-serif;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue