summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 524b3a8..c0cbd63 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -20,7 +20,6 @@ a.current {
header a {
text-decoration: none;
- font-weight: bold;
}
nav a:hover {
color: var(--gold);
@@ -51,6 +50,7 @@ header.banner:hover {
nav a {
font-size: 1.2rem;
+ font-weight: 600;
}
nav > ol, nav li.dropdown > ul {
@@ -65,7 +65,7 @@ nav > ol > li > a {
footer.social a {
text-decoration: none;
font-size: 1.2rem;
- font-weight: bold;
+ font-weight: 600;
}
footer.social a.contact:hover {
color: var(--gold);
@@ -187,7 +187,7 @@ footer.legal {
main {
grid-row: 2;
grid-column: 1 / -2;
- padding-left: 4%;
+ padding-left: 4%; /* TODO: remove? */
}
footer.social {