Skip to content

Commit e7dc86e

Browse files
committed
link color
Signed-off-by: Lee Calcote <[email protected]>
1 parent d68de72 commit e7dc86e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

assets/scss/_styles_project.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
.navbar-brand {
22
margin: 1.5rem;
3-
}
3+
}
4+
// Links
5+
6+
a {
7+
color: $primary;
8+
text-decoration: none; }
9+
a:hover {
10+
color: $white; }
11+
12+
a:not([href]):not([class]), a:not([href]):not([class]):hover {
13+
color: inherit;
14+
text-decoration: none; }

0 commit comments

Comments
 (0)