diff options
Diffstat (limited to '')
-rw-r--r-- | _sass/custom/custom.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss new file mode 100644 index 0000000..fb31338 --- /dev/null +++ b/_sass/custom/custom.scss @@ -0,0 +1,19 @@ +.github-edit { + color: $nav-child-link-color; + + &:hover { + color: $link-color; + + svg { + fill: $link-color ; + } + } + + svg { + display: inline; + vertical-align: top; + width: 1.5rem; + height: 1.5rem; + fill: $nav-child-link-color; + } +}
\ No newline at end of file |