style: Refine header font and checkbox styles
This commit is contained in:
@@ -104,6 +104,7 @@ h2 {
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: sans-serif;
|
||||||
|
|
||||||
/* Center content */
|
/* Center content */
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -127,8 +128,8 @@ h2 {
|
|||||||
/* Custom checkbox style */
|
/* Custom checkbox style */
|
||||||
font: inherit;
|
font: inherit;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
width: 1.15em;
|
width: 0.75em;
|
||||||
height: 1.15em;
|
height: 0.75em;
|
||||||
border: 0.1em solid currentColor;
|
border: 0.1em solid currentColor;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
transform: translateY(-0.075em);
|
transform: translateY(-0.075em);
|
||||||
|
Reference in New Issue
Block a user