Remove crappy underline from social svg links
This commit is contained in:
parent
2ffc603d93
commit
b984f79ab3
2 changed files with 5 additions and 1 deletions
|
@ -42,6 +42,10 @@ a:hover {
|
||||||
#social {
|
#social {
|
||||||
padding-bottom: 1%;
|
padding-bottom: 1%;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
// these images are always SVG
|
// these images are always SVG
|
||||||
img {
|
img {
|
||||||
// this is now set in the img property itself
|
// this is now set in the img property itself
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue