diff --git a/src/index.html b/src/index.html index caf78a4..45f6780 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,9 @@
-

Emilia.

+

+ Emilia. +

mathematics enjoyer

pgp: diff --git a/src/scss/waltuh/components/_marks.scss b/src/scss/waltuh/components/_marks.scss index ced9a7c..d259d67 100644 --- a/src/scss/waltuh/components/_marks.scss +++ b/src/scss/waltuh/components/_marks.scss @@ -37,3 +37,20 @@ span.waltuh-gradient { wipeIn 0.25s ease-in; } + +span.waltuh-gradient-underline { + position: relative; + + &::after { + @extend span, .waltuh-gradient; + background-clip: unset; + border-radius: 2rem; + + content: ""; + position: absolute; + bottom: 0.2rem; + left: 10%; + height: 0.4rem; + width: 80%; + } +}