mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 04:57:04 +01:00
Merge branch 'documentation' into development
This commit is contained in:
commit
a50c8a01ee
15 changed files with 706 additions and 323 deletions
|
|
@ -114,7 +114,7 @@ summary:focus {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
details > :not(summary) {
|
||||
details > :not(summary):first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
@ -151,6 +151,11 @@ footer {
|
|||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
body > footer {
|
||||
body > footer:last-of-type {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
body > header:first-of-type {
|
||||
border-bottom: 1px solid var(--border);
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,3 +78,17 @@ a > code,
|
|||
a > strong {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: 600;
|
||||
color: var(--text-bright);
|
||||
}
|
||||
|
||||
dd {
|
||||
margin: 5px 0;
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
dd + dt {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue