diff --git a/build/articles/beans-and-cornbread.html b/build/articles/beans-and-cornbread.html index da06adf..1fae8f8 100644 --- a/build/articles/beans-and-cornbread.html +++ b/build/articles/beans-and-cornbread.html @@ -32,8 +32,15 @@ ul.task-list li input[type="checkbox"] {
diff --git a/build/articles/latex-endeavors.html b/build/articles/latex-endeavors.html index bfdae28..c5a588d 100644 --- a/build/articles/latex-endeavors.html +++ b/build/articles/latex-endeavors.html @@ -32,8 +32,15 @@ ul.task-list li input[type="checkbox"] {
diff --git a/build/articles/random-linux-utils.html b/build/articles/random-linux-utils.html index 4030c81..b4bc0f4 100644 --- a/build/articles/random-linux-utils.html +++ b/build/articles/random-linux-utils.html @@ -99,8 +99,15 @@ code span.wa { color: #b58900; } /* Warning */
diff --git a/build/articles/rsync-android.html b/build/articles/rsync-android.html index 8cee590..ce3e528 100644 --- a/build/articles/rsync-android.html +++ b/build/articles/rsync-android.html @@ -99,8 +99,15 @@ code span.wa { color: #b58900; } /* Warning */
diff --git a/build/atom.xml b/build/atom.xml index 22fc4b8..438bb61 100644 --- a/build/atom.xml +++ b/build/atom.xml @@ -3,7 +3,7 @@ nevereverever.de nevereverever.de - 2026-06-22T22:12+02:00 + 2026-08-17T17:13+02:00 2026-03-10 Never diff --git a/build/index.html b/build/index.html index 75e4719..05a7347 100644 --- a/build/index.html +++ b/build/index.html @@ -97,8 +97,15 @@ code span.wa { color: #b58900; } /* Warning */
diff --git a/pandoc/html-template.html b/pandoc/html-template.html index beba886..959a6eb 100644 --- a/pandoc/html-template.html +++ b/pandoc/html-template.html @@ -43,8 +43,15 @@ $include-before$ $endfor$
$if(title)$ diff --git a/public_html/eh/eh/eh/eh-eh/atom.xml b/public_html/eh/eh/eh/eh-eh/atom.xml index 22fc4b8..438bb61 100644 --- a/public_html/eh/eh/eh/eh-eh/atom.xml +++ b/public_html/eh/eh/eh/eh-eh/atom.xml @@ -3,7 +3,7 @@ nevereverever.de nevereverever.de - 2026-06-22T22:12+02:00 + 2026-08-17T17:13+02:00 2026-03-10 Never diff --git a/public_html/eh/eh/eh/eh-eh/beans-and-cornbread.html b/public_html/eh/eh/eh/eh-eh/beans-and-cornbread.html index da06adf..1fae8f8 100644 --- a/public_html/eh/eh/eh/eh-eh/beans-and-cornbread.html +++ b/public_html/eh/eh/eh/eh-eh/beans-and-cornbread.html @@ -32,8 +32,15 @@ ul.task-list li input[type="checkbox"] {
diff --git a/public_html/eh/eh/eh/eh-eh/index.html b/public_html/eh/eh/eh/eh-eh/index.html index 75e4719..05a7347 100644 --- a/public_html/eh/eh/eh/eh-eh/index.html +++ b/public_html/eh/eh/eh/eh-eh/index.html @@ -97,8 +97,15 @@ code span.wa { color: #b58900; } /* Warning */
diff --git a/public_html/eh/eh/eh/eh-eh/latex-endeavors.html b/public_html/eh/eh/eh/eh-eh/latex-endeavors.html index bfdae28..c5a588d 100644 --- a/public_html/eh/eh/eh/eh-eh/latex-endeavors.html +++ b/public_html/eh/eh/eh/eh-eh/latex-endeavors.html @@ -32,8 +32,15 @@ ul.task-list li input[type="checkbox"] {
diff --git a/public_html/eh/eh/eh/eh-eh/random-linux-utils.html b/public_html/eh/eh/eh/eh-eh/random-linux-utils.html index 4030c81..b4bc0f4 100644 --- a/public_html/eh/eh/eh/eh-eh/random-linux-utils.html +++ b/public_html/eh/eh/eh/eh-eh/random-linux-utils.html @@ -99,8 +99,15 @@ code span.wa { color: #b58900; } /* Warning */
diff --git a/public_html/eh/eh/eh/eh-eh/rsync-android.html b/public_html/eh/eh/eh/eh-eh/rsync-android.html index 8cee590..ce3e528 100644 --- a/public_html/eh/eh/eh/eh-eh/rsync-android.html +++ b/public_html/eh/eh/eh/eh-eh/rsync-android.html @@ -99,8 +99,15 @@ code span.wa { color: #b58900; } /* Warning */
diff --git a/public_html/eh/eh/eh/eh-eh/styles/style.css b/public_html/eh/eh/eh/eh-eh/styles/style.css index 4d86cb3..a01e561 100644 --- a/public_html/eh/eh/eh/eh-eh/styles/style.css +++ b/public_html/eh/eh/eh/eh-eh/styles/style.css @@ -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; } diff --git a/styles/style.css b/styles/style.css index 4d86cb3..a01e561 100644 --- a/styles/style.css +++ b/styles/style.css @@ -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; }