some style fixes
This commit is contained in:
parent
f796d21181
commit
dc42ede94e
2 changed files with 12 additions and 10 deletions
|
@ -29,9 +29,11 @@ header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2 { font-weight: 100; }
|
h1 { font-weight: 100; }
|
||||||
|
h2, h3, h4 { font-weight: 400; }
|
||||||
h1 { font-size: 300%; }
|
h1 { font-size: 300%; }
|
||||||
h2 { font-size: 125%; }
|
h2 { font-size: 125%; }
|
||||||
|
h3 { font-size: 110%; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
--shadow: hsl(42deg, 82%, 90%, 75%);
|
--shadow: hsl(42deg, 82%, 90%, 75%);
|
||||||
|
@ -57,7 +59,7 @@ header h1 {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: single underline;
|
text-decoration: dotted underline;
|
||||||
text-decoration-thickness: 2px;
|
text-decoration-thickness: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -70,7 +72,6 @@ a:focus {
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 80%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -146,6 +147,9 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
summary > * {
|
summary > * {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -171,6 +175,11 @@ summary:focus-within {
|
||||||
--text-col: hsl(55deg, 60%, 90%);
|
--text-col: hsl(55deg, 60%, 90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
--shadow: hsl(42deg, 82%, 90%, 20%);
|
||||||
|
--border-col: black;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-contrast: high) {
|
@media (prefers-contrast: high) {
|
||||||
:root {
|
:root {
|
||||||
--text-col: white;
|
--text-col: white;
|
||||||
|
@ -183,17 +192,11 @@ summary:focus-within {
|
||||||
background: unset;
|
background: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
--shadow: hsl(42deg, 82%, 90%, 20%);
|
|
||||||
--border-col: black;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (pointer: coarse) {
|
@media (pointer: coarse) {
|
||||||
.buttonbar {
|
.buttonbar {
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
border-width: 2px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,7 +92,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: 90%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue