Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions static/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions static/sass/developer-color-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ html.dark-theme {
background: $oxforddark !important;

.logo-wrap {
.logo {
color: white;
}
&:hover .logo {
color: $lavenderfloral;
}

.logo-developer a {
color: $greenfoam !important;
}
Expand Down Expand Up @@ -85,6 +92,12 @@ html.dark-theme {
}
}

a.navbar-stack {
strong {
color: white;
}
}

.button {
color: white !important;
border-width: 0.1rem !important;
Expand Down
1 change: 1 addition & 0 deletions static/sass/developer-include-topbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.logo {
margin-top: -4px !important;
padding: 0.3rem 1.125rem;

svg {
height: 30% !important;
Expand Down
2 changes: 1 addition & 1 deletion templates/content_navbar.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header class="navbar is-transparent is-wide" id="topbar">
<div class="navbar-brand logo-wrap">
<a class="navbar-item" href="/" title="Spin Home">
<a class="logo" href="/" title="Spin Home">
Spin
</a>
<div class="mobile-search-container">
Expand Down