[ci] yarn format
This commit is contained in:
parent
60a2755c0a
commit
c8896bd021
3 changed files with 4 additions and 6 deletions
|
@ -47,7 +47,7 @@ nav ul {
|
|||
:is(h1, h2, h3, h4, h5, h6) {
|
||||
margin-bottom: 1rem;
|
||||
font-weight: bold;
|
||||
line-height: 1.0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
:is(h1, h2) {
|
||||
|
@ -269,7 +269,6 @@ img {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
header button {
|
||||
background-color: var(--theme-bg);
|
||||
}
|
||||
|
|
|
@ -52,7 +52,6 @@ const ThemeToggle: FunctionalComponent = () => {
|
|||
}
|
||||
}, [theme]);
|
||||
|
||||
|
||||
return (
|
||||
<div id="theme-toggle">
|
||||
{themes.map((t, i) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue