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:
@ -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;
|
||||
|
Reference in New Issue
Block a user