1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

Default sizes for H1 per specification

This commit is contained in:
2025-06-09 22:08:52 +02:00
parent 284768d9d9
commit 5adbb8dce0

View File

@@ -180,6 +180,12 @@ header li h1 {
/* Generic elements */
/* https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements#specifying_a_uniform_font_size_for_h1 */
h1 {
margin-block: 0.67em;
font-size: 2em;
}
a, a:hover, a:visited, a:active {
text-decoration: none;
}