Skip to content
Snippets Groups Projects

Feature/nav theme

Merged Solomon Laing requested to merge feature/nav-theme into develop
13 files
+ 120
72
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -19,7 +19,7 @@
.headshot {
width: 200px;
height: 200px;
border: colors.$inklets-color-fg 5px solid;
border: colors.$inklets-color-red-light 5px solid;
border-radius: 100px;
}
@@ -27,7 +27,7 @@
margin-left: 30px;
h1 {
border-bottom: colors.$inklets-color-fg 2px dashed;
border-bottom: colors.$inklets-color-red-light 2px dashed;
img {
width: 30px;
@@ -50,7 +50,7 @@
color: colors.$inklets-color-white;
}
> a:hover {
color: colors.$inklets-color-fg;
color: colors.$inklets-color-red-light;
}
}
}
\ No newline at end of file
Loading