This commit is contained in:
parent
eceb31a9ad
commit
e9b6035c58
48 changed files with 354 additions and 340 deletions
|
|
@ -41,7 +41,6 @@
|
|||
color-mix(in oklch, #285f74 70%, black 30%),
|
||||
color-mix(in oklch, #8ab8c8 70%, white 30%)
|
||||
);
|
||||
--color-link-visited: var(--color-link);
|
||||
--color-accent: light-dark(oklch(55% 0.13 15), oklch(72% 0.13 15));
|
||||
--color-rule: light-dark(#d9d5ca, #39352f);
|
||||
--color-rule-medium: light-dark(#7a7466, #8a8478);
|
||||
|
|
@ -62,7 +61,6 @@
|
|||
--fs-body: 1.1875rem;
|
||||
--fs-lg: 1.25rem;
|
||||
--fs-xl: 1.75rem;
|
||||
--fs-2xl: 2.1rem;
|
||||
--fs-3xl: clamp(2rem, 1.5rem + 1.8vw, 3rem);
|
||||
--fs-dek: clamp(1.08rem, 0.95rem + 0.6vw, 1.25rem);
|
||||
|
||||
|
|
@ -164,7 +162,6 @@
|
|||
@layer base {
|
||||
html {
|
||||
background: var(--color-bg);
|
||||
-webkit-text-size-adjust: 100%;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
|
|
@ -174,9 +171,6 @@
|
|||
font-family: var(--font-sans);
|
||||
font-size: var(--fs-body);
|
||||
line-height: var(--leading-snug);
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
overflow-wrap: break-word;
|
||||
transition:
|
||||
background-color 200ms ease,
|
||||
color 200ms ease;
|
||||
|
|
@ -229,7 +223,7 @@
|
|||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
clip-path: inset(50%);
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
}
|
||||
|
|
@ -289,14 +283,6 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site-title:visited {
|
||||
color: var(--color-fg);
|
||||
}
|
||||
|
||||
.site-title[aria-current='page'] {
|
||||
color: var(--color-fg);
|
||||
}
|
||||
|
||||
.header-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -320,11 +306,6 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site-nav a:visited,
|
||||
.site-footer a:visited {
|
||||
color: var(--color-muted);
|
||||
}
|
||||
|
||||
.site-nav a:hover,
|
||||
.site-footer a:hover {
|
||||
color: var(--color-fg);
|
||||
|
|
@ -533,10 +514,6 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.tag-list a:visited {
|
||||
color: var(--color-muted);
|
||||
}
|
||||
|
||||
.tag-list a::before {
|
||||
content: '#';
|
||||
color: var(--color-rule-medium);
|
||||
|
|
@ -615,7 +592,7 @@
|
|||
text-align: end;
|
||||
}
|
||||
|
||||
.article-list > li > div {
|
||||
.article-list > li > article {
|
||||
grid-area: content;
|
||||
min-width: 0;
|
||||
padding-right: var(--space-3);
|
||||
|
|
@ -631,11 +608,6 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.article-list .entry-title:visited,
|
||||
.project-list h3 a:visited {
|
||||
color: var(--color-fg);
|
||||
}
|
||||
|
||||
.article-list .entry-title:hover,
|
||||
.project-list h3 a:hover {
|
||||
color: var(--color-link-hover);
|
||||
|
|
@ -1199,10 +1171,6 @@
|
|||
transition: border-color 150ms ease;
|
||||
}
|
||||
|
||||
.post-nav a:visited {
|
||||
color: var(--color-fg);
|
||||
}
|
||||
|
||||
.post-nav a:hover,
|
||||
.post-nav a:focus-visible {
|
||||
border-color: var(--color-rule-strong);
|
||||
|
|
@ -1548,7 +1516,6 @@
|
|||
*::before,
|
||||
*::after {
|
||||
print-color-adjust: economy;
|
||||
-webkit-print-color-adjust: economy;
|
||||
}
|
||||
|
||||
.site-header,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue