1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

refactor: current sources

changes:
- `<strong>` → `<h3>`
- add a `.strong` class to mimic the `<strong>` behaviour
- wrap lists in `<ul>`
- provide feedback when no sources are available
This commit is contained in:
Zoë
2025-05-02 20:46:10 +02:00
parent 2c88d45e52
commit cf11d246d1
2 changed files with 28 additions and 13 deletions

View File

@ -67,6 +67,11 @@ h3 {
font-weight: 500;
}
h3.strong {
color: var(--secondary);
font-weight: bolder;
}
@media only screen and (max-width: 800px) {
h1 {
font-size: 2em;