mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 19:46:14 -04:00
Improve markup validity
- Use `.classes` instead of properties for validations states - Docs: `aria-label` for `article` + Simplify `hgroup`
This commit is contained in:
parent
ccd29ab40f
commit
b3022b256e
11 changed files with 80 additions and 154 deletions
|
@ -176,14 +176,10 @@ h6 {
|
|||
hgroup {
|
||||
margin-bottom: $spacing-typography;
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6{
|
||||
*{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
> *:last-child {
|
||||
color: var(--muted-text);
|
||||
font-size: 1.125rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue