fix: more styles
This commit is contained in:
parent
205553e5d4
commit
808dc41374
3 changed files with 17 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "13.0.3",
|
"version": "13.0.4",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -149,11 +149,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: var(--font-size-3xl) }
|
h1 { font-size: var(--font-size-2xl) }
|
||||||
h2 { font-size: var(--font-size-2xl) }
|
h2 { font-size: var(--font-size-xl) }
|
||||||
h3 { font-size: var(--font-size-xl) }
|
h3 { font-size: var(--font-size-lg) }
|
||||||
h4 { font-size: var(--font-size-lg) }
|
h4 { font-size: var(--font-size-base) }
|
||||||
h5 { font-size: var(--font-size-base) }
|
h5 { font-size: var(--font-size-md) }
|
||||||
h6 { font-size: var(--font-size-sm) }
|
h6 { font-size: var(--font-size-sm) }
|
||||||
|
|
||||||
.section-header-wrapper {
|
.section-header-wrapper {
|
||||||
|
@ -249,9 +249,9 @@ th {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
font-size: var(--font-size-3xl);
|
font-size: var(--font-size-2xl);
|
||||||
font-weight: var(--font-weight-extrabold);
|
font-weight: var(--font-weight-extrabold);
|
||||||
line-height: var(--line-height-3xl);
|
line-height: var(--line-height-2xl);
|
||||||
|
|
||||||
& a {
|
& a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -298,16 +298,20 @@ a.view-all:focus svg {
|
||||||
stroke-width: var(--stroke-width-bold);
|
stroke-width: var(--stroke-width-bold);
|
||||||
}
|
}
|
||||||
|
|
||||||
.active,
|
.menu-primary .active,
|
||||||
.active svg {
|
.menu-primary .active svg,
|
||||||
|
nav .active,
|
||||||
|
nav .active svg {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.menu-primary .active,
|
||||||
|
nav .active {
|
||||||
color: var(--accent-color) !important;
|
color: var(--accent-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active svg {
|
.menu-primary .active svg,
|
||||||
|
nav .active svg {
|
||||||
stroke: var(--accent-color) !important;
|
stroke: var(--accent-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-button-container,
|
||||||
theme-toggle {
|
theme-toggle {
|
||||||
margin-left: var(--sizing-md)
|
margin-left: var(--sizing-md)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue