{{ content }}
diff --git a/_sass/base.scss b/_sass/base.scss
index 6c3c95d..910251a 100644
--- a/_sass/base.scss
+++ b/_sass/base.scss
@@ -138,7 +138,7 @@ hr.byline {
// Used for both blog and project summaries
@mixin time-text {
font-size: 0.75em;
- color: var(--theme-subtle-text-color);
+ opacity: 0.8;
}
span.dt-label {
@@ -464,3 +464,13 @@ svg {
[data-user-color-scheme="dark"] {
@include night-mode;
}
+
+@view-transition {
+ navigation: auto;
+ }
+
+@media (prefers-reduced-motion: reduce) {
+ * {
+ view-transition-name: unset !important;
+ }
+}
\ No newline at end of file
diff --git a/project_ideas.md b/project_ideas.md
index c82a559..21f18fe 100644
--- a/project_ideas.md
+++ b/project_ideas.md
@@ -9,6 +9,10 @@ mathjax: false
# Project Ideas
+* get https://www.feather.art/ and try out the line rendering for nice 3D annotations
+
+* small telegram/whatsapp server that you can forward an audio message to and get a transcription
+
* make something interactive using a custom server on my new server
* Make a tiny rest server on an esp32