add navigation links

This commit is contained in:
Never Gude 2026-08-17 18:12:25 +02:00
parent b269256d1c
commit 98616f01ad
15 changed files with 177 additions and 34 deletions

View file

@ -115,16 +115,20 @@ main {
border: solid 3pt var(--html-border);
}
#page-header div {
display: flex;
gap: 4pt;
}
#page-header a {
display: block;
color: var(--foreground);
padding: 4pt;
text-decoration: none;
}
.page-header-button {
background: linear-gradient(to bottom, var(--button-primary) 0%, var(--button-secondary) 100%);
border: 1pt solid var(--blockquote-border);
border-radius: 4pt;
}
.page-header-button:active {
@ -133,15 +137,44 @@ main {
.rss-button {
color: #fdf6e3 !important;
background: linear-gradient(to bottom, #fb9d3a 0%, #d95c29 100%);
border: 1pt solid #f2994f;
border-radius: 4pt;
background: linear-gradient(to bottom, #ff925a 0%, #d95c29 100%);
border: 1pt solid #f87741;
}
.rss-button:active {
background: linear-gradient(to bottom, #d95c29 0%, #fb9d3a 100%);
}
.hedgedoc-button {
color: #fdf6e3 !important;
background: linear-gradient(to bottom, #f45c39 0%, #b51f08 100%);
border: 1pt solid #d44021;
}
.hedgedoc-button:active {
background: linear-gradient(to bottom, #b51f08 0%, #f45c39 100%);
}
.nextcloud-button {
color: #fdf6e3 !important;
background: linear-gradient(to bottom, #539ad5 0%, #00679e 100%);
border: 1pt solid #3480b9;
}
.nextcloud-button:active {
background: linear-gradient(to bottom, #00679e 0%, #539ad5 100%);
}
.forgejo-button {
color: #fdf6e3 !important;
background: linear-gradient(to bottom, #ff7740 0%, #c2410c 100%);
border: 1pt solid #e15c27;
}
.nextcloud-button:active {
background: linear-gradient(to bottom, #c2410c 0%, #ff7740 100%);
}
#articles ul {
padding-left: 0;
}