diff --git a/site/images/icons/external.svg b/site/images/icons/external.svg new file mode 100644 index 0000000..6008ae1 --- /dev/null +++ b/site/images/icons/external.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/site/index.html b/site/index.html index 84a5699..297d491 100644 --- a/site/index.html +++ b/site/index.html @@ -19,7 +19,7 @@ about comics projects - newsletter + newsletter links contact now diff --git a/site/styles.css b/site/styles.css index 88222bb..0af0346 100644 --- a/site/styles.css +++ b/site/styles.css @@ -82,6 +82,19 @@ nav a:hover::after { width: 100%; } +.external-icon { + width: 12px; + height: 12px; + margin-left: 0.25rem; + vertical-align: middle; + opacity: 0.6; + transition: opacity 0.3s ease; +} + +nav a:hover .external-icon { + opacity: 1; +} + main { text-align: center; }