edited link styling in header and footer
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
|
||||
footer a:hover {
|
||||
font-weight: 700;
|
||||
text-decoration: wavy var(--underline-dash-size) var(--color-highlight) underline;
|
||||
}
|
||||
|
||||
.bottom-rat {
|
||||
|
||||
@@ -29,10 +29,10 @@
|
||||
}
|
||||
|
||||
a {
|
||||
font-family: var(--font-);
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
font-family: var(--font-mono);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
a:link {
|
||||
@@ -44,7 +44,8 @@
|
||||
}
|
||||
/* mouse over link */
|
||||
a:hover {
|
||||
color: var(--color-highlight);
|
||||
font-weight: 700;
|
||||
/* color: var(--color-highlight); */
|
||||
text-decoration: wavy var(--underline-dash-size) var(--color-highlight) underline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user