Be more specific with font-family for hrefs in main_theme.css
This commit is contained in:
parent
0cb47aa4ed
commit
8d2a52f2fe
1 changed files with 8 additions and 0 deletions
|
@ -36,18 +36,22 @@ body {
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
|
font-family: quicksand-regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
|
font-family: quicksand-regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
|
font-family: quicksand-regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
|
font-family: quicksand-regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@ -102,17 +106,21 @@ a:active {
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
font-family: quicksand-regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
font-family: quicksand-regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
font-family: quicksand-regular;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
font-family: quicksand-regular;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue