Skip to content

Commit 61aaec6

Browse files
authored
Merge pull request #74 from VamshiReddy02/docs-headers
Fixing the Header css in dark mode
2 parents 356b8bc + 9704b41 commit 61aaec6

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

static/css/styles.css

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/sass/developer-color-dark.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ html.dark-theme {
3333
background: $oxforddark !important;
3434

3535
.logo-wrap {
36+
.logo {
37+
color: white;
38+
}
39+
&:hover .logo {
40+
color: $lavenderfloral;
41+
}
42+
3643
.logo-developer a {
3744
color: $greenfoam !important;
3845
}
@@ -84,6 +91,12 @@ html.dark-theme {
8491
}
8592
}
8693
}
94+
95+
a.navbar-stack {
96+
strong {
97+
color: white;
98+
}
99+
}
87100

88101
.button {
89102
color: white !important;

static/sass/developer-include-topbar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
.logo {
1919
margin-top: -4px !important;
20+
padding: 0.3rem 1.125rem;
2021

2122
svg {
2223
height: 30% !important;

templates/content_navbar.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header class="navbar is-transparent is-wide" id="topbar">
22
<div class="navbar-brand logo-wrap">
3-
<a class="navbar-item" href="/" title="Spin Home">
3+
<a class="logo" href="/" title="Spin Home">
44
Spin
55
</a>
66
<div class="mobile-search-container">

0 commit comments

Comments
 (0)