add a tagging system to the website
This commit is contained in:
parent
701da6bc4b
commit
e1b6578b2a
97 changed files with 1025 additions and 979 deletions
|
@ -439,17 +439,19 @@ section.feed {
|
|||
|
||||
/* Titles */
|
||||
|
||||
& a,
|
||||
& a:visited {
|
||||
color: var(--text-color);
|
||||
}
|
||||
& h2 {
|
||||
& a,
|
||||
& a:visited {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
& a:visited {
|
||||
color: color-mix(
|
||||
in srgb,
|
||||
var(--background-color),
|
||||
var(--text-color) 60%
|
||||
);
|
||||
& a:visited {
|
||||
color: color-mix(
|
||||
in srgb,
|
||||
var(--background-color),
|
||||
var(--text-color) 60%
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
& h1 {
|
||||
|
@ -496,12 +498,13 @@ section.feed {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
& > *::before {
|
||||
content: "#";
|
||||
& > *:not(:first-child) {
|
||||
padding-left: 1ch;
|
||||
}
|
||||
|
||||
& > *:not(:first-child)::before {
|
||||
padding-left: 0.4rem;
|
||||
& a,
|
||||
& a:visited {
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -647,7 +650,7 @@ h1.page-title {
|
|||
--recursive-wght: 900;
|
||||
|
||||
line-height: 1.2;
|
||||
padding-top: 3lh;
|
||||
padding-top: 0.5lh;
|
||||
padding-bottom: 0.5lh;
|
||||
|
||||
& a {
|
||||
|
@ -669,12 +672,6 @@ h1.page-title {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1280px) {
|
||||
h1.page-title {
|
||||
padding-top: 0.25lh;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
h1.page-title {
|
||||
font-size: 4rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue