Skip to content

Commit 03416ca

Browse files
authored
Merge pull request #77 from spinframework/branding
update with spin branding
2 parents 3dadaee + 900715a commit 03416ca

File tree

8 files changed

+45
-68
lines changed

8 files changed

+45
-68
lines changed
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading

static/css/styles.css

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

static/image/spin-logo-dark.svg

Lines changed: 7 additions & 0 deletions
Loading

static/image/spin-logo-light.svg

Lines changed: 7 additions & 0 deletions
Loading
33.5 KB
Loading

static/sass/developer-color-dark.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@ html.dark-theme {
3434

3535
.logo-wrap {
3636
.logo {
37-
color: white;
37+
background: url(/static/image/spin-logo-dark.svg) no-repeat 0 0;
38+
background-size: contain;
3839
}
3940
&:hover .logo {
4041
color: $lavenderfloral;
4142
}
4243

43-
.logo-developer a {
44-
color: $greenfoam !important;
45-
}
46-
4744
&::after {
4845
background-color: $bluedark;
4946
}
@@ -410,10 +407,7 @@ html.dark-theme {
410407
}
411408
}
412409
}
413-
414410
}
415-
416-
417411
}
418412

419413
.logo-wrap {

0 commit comments

Comments
 (0)