Fix typo
This commit is contained in:
parent
242ac310b2
commit
94e23137e4
1 changed files with 8 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
<p>
|
<p>
|
||||||
Right now, I'm spending my free time building a hobby journaling app called <a
|
Right now, I'm spending my free time building a hobby journaling app called <a
|
||||||
href="https://maitsu.co">Maitsu</a
|
href="https://maitsu.co">Maitsu</a
|
||||||
>. I've spent time at several companies over the last 11 years, but you might know as the
|
>. I've spent time at several companies over the last 11 years, but you might know me as the
|
||||||
first designer hired at
|
first designer hired at
|
||||||
<a href="https://www.pinterest.com/" target="_blank">Pinterest</a>.
|
<a href="https://www.pinterest.com/" target="_blank">Pinterest</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -55,6 +55,13 @@
|
||||||
color: $red-60;
|
color: $red-60;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-style: wavy;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue