help/rtfd/public/html/style/reset.css

43 lines
390 B
CSS
Raw Normal View History

2025-01-26 23:35:28 +01:00
*::after,
*::before,
2025-01-26 15:52:36 +01:00
* {
box-sizing: border-box;
2025-01-26 23:35:28 +01:00
}
* {
font: inherit;
2025-01-26 15:52:36 +01:00
/*
2025-01-26 23:35:28 +01:00
margin: 0;
padding: 0;
2025-01-26 15:52:36 +01:00
/**/
}
2025-01-26 21:55:22 +01:00
2025-01-26 23:35:28 +01:00
html {
color-scheme: dark light;
2025-01-27 11:48:41 +01:00
font-size: 1rem;
2025-01-26 23:35:28 +01:00
}
body {
2025-01-26 23:36:03 +01:00
hanging-punctuation: first last;
2025-01-26 23:35:28 +01:00
min-height: 100svh;
}
2025-01-26 21:55:22 +01:00
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
2025-01-26 22:15:29 +01:00
figcaption,
li,
p {
2025-01-27 00:31:16 +01:00
max-width: 79ch;
2025-01-26 22:15:29 +01:00
text-wrap: pretty;
}
2025-01-26 23:35:28 +01:00
img,
picture,
svg,
video {
display: block;
max-width: 100%;
}