diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 5c68d41185..391403e724 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -346,9 +346,10 @@ h6 { grid-area: header; position: sticky; top: 0px; -} -header { background-color: #18A303; + z-index: 1000; +} +header { color: #fff; height: 64px; padding: 8px 8px 8px 16px; @@ -793,6 +794,9 @@ li.disabled a { background-color: #FCFCFC; box-shadow: none; } + .donation { + max-width: 400px; + } footer { grid-area: footer; } |