summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help3xsl/default.css20
1 files changed, 9 insertions, 11 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 013f987f1c..9546d300cd 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -344,22 +344,20 @@ h6 {
.embedded {}
.header-extrawurst {
grid-area: header;
- position: sticky;
- top: 0px;
- background-color: #18A303;
- z-index: 1000;
}
-header {
- color: #fff;
+header {
+ background-color: #fff;
+ color: #5c3de2;
height: 64px;
padding: 8px 8px 8px 16px;
+ border-bottom: 1px solid rgba(0,0,0,0.04);
}
.logo-container {
display: flex;
justify-content: space-between;
}
.logo {
- color: #fff;
+ color: #5c3de2;
text-decoration: none;
display: flex;
}
@@ -385,8 +383,8 @@ header {
-webkit-overflow-scrolling: touch;
}
.lang nav a, .modules nav a {
- color: #fff;
- background-color: #233336;
+ color: #0c0c0c;
+ background-color: #f2f2f2;
display: block;
line-height: 1.5;
padding: 3px 6px;
@@ -604,7 +602,7 @@ li.disabled a {
}
.modules label:after, .lang label:after {
font-size: 30px;
- color: #fff;
+ color: #5c3de2;
content:"⌄";
}
.lang {
@@ -745,7 +743,7 @@ li.disabled a {
}
.lang label, .modules label {
cursor: pointer;
- color: #fff;
+ color: #5c3de2;
font-size: 19px;
position: relative;
top: 40px;