Make links bold, not all of the stats text

This commit is contained in:
Daniel O'Connor
2025-08-31 03:25:56 +00:00
parent 0544abcd8f
commit 2e2e47d405
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
// stats shown on homepage. eg. "999 members..."
.stats {
font-weight: bold;
a {
font-weight: bold;
}
}
.crops,

View File

@@ -368,9 +368,6 @@ ul.thumbnail-buttons {
h1 {
font-size: 400%;
}
.stats a {
color: $black;
}
// signup widget on homepage
.signup {