Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 17baf5e

Browse files
Build: UpRemoved extra markup and added comments
1 parent 46906db commit 17baf5e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

scss/atoms/typography/_typography.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,21 @@ dd {
9595
// ==========================================================================
9696

9797
a {
98-
color: inherit;
98+
//TODO add colors
99+
100+
&:hover,
101+
&:active,
102+
&:focus {
103+
//TODO add colors
104+
}
105+
&:visited {
106+
// TODO add colors
107+
}
99108
}
100109

101110
p > a {
111+
// Good example of slim underline. We'll want to use this on body copy/quotes
112+
color: inherit;
102113
@include slim-underline;
103114
}
104115

0 commit comments

Comments
 (0)