diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-04 20:32:06 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 22:55:44 +0100 |
commit | abdbcb1a85b9f76efc7a000e06afdaaf4caa0966 (patch) | |
tree | b210446698c234f08e6e87a7032183ff9bee8084 /_sass/custom/custom.scss | |
parent | Merge branch 'main' of github.com:hack-gpon/hack-gpon.github.io (diff) | |
download | hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.gz hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.bz2 hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.lz hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.xz hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.zst hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.zip |
Diffstat (limited to '_sass/custom/custom.scss')
-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 |