Changes Audio

This commit is contained in:
Pau 2022-12-23 10:38:07 +01:00
parent 710636c214
commit 84b8acf035
2 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -255,6 +255,9 @@ hr {
p { p {
font-family: $serif_font; font-family: $serif_font;
a {
text-decoration: underline;
}
b { b {
font-weight: normal; font-weight: normal;
} }
@ -385,11 +388,10 @@ footer {
@media (max-width: 480px) { border-top: 1px solid; } @media (max-width: 480px) { border-top: 1px solid; }
h1 { h1 {
margin-bottom: 1em; font-family: $mono_font;
font-family: 'IBM Plex Serif', sans-serif; font-size: 21px;
font-weight: 200; margin-bottom: 1em;
font-size: 2.25rem; font-weight: 200;
font-style: italic;
} }
.audio-list { .audio-list {