commit 486e42a92356606d5be10c7af556f9380d93b8e2
parent 085efdc03ed5f32e3aa2993d42d87e34f16a4a5a
Author: Samdal <samdal@protonmail.com>
Date: Sat, 1 Mar 2025 18:17:46 +0100
add image sources to about, fix code css
Diffstat:
2 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/_pages/about.md b/_pages/about.md
@@ -30,3 +30,15 @@ My [nisse](https://en.wikipedia.org/wiki/Nisse_(folklore)) collection:

{: style="text-align: center;"}
+
+Images under the folder `modified_stolen_images` are not mine.
+Sources:
+{: style="font-size: 70%; margin-bottom: 0;"}
+- [templeos.jpeg](https://x.com/chibitoad/status/1448406173263171585)
+- [nuko_calm.png and c-programming-language-chito.png](https://store.line.me/stickershop/product/25634268)
+- [couch.png](https://www.pixiv.net/en/artworks/92469486)
+- [kettenkrad.gif](https://www.reddit.com/r/GirlsLastTour/comments/fsn49q/i_spent_the_entire_afternoon_animating_chi_and/)
+- silly.png ( don't know the source )
+- grass.png: Official art from 少女終末旅行
+{: style="font-size: 70%; margin: 0;"}
+
diff --git a/_sass/_main.scss b/_sass/_main.scss
@@ -160,25 +160,28 @@ h4 {font-size: 1.4rem; color: #e3bd6d }
code, pre {
background: rgb(236, 237, 238);
- font-size: 0.8rem;
-}
-
-pre code {
- border: none;
- background: transparent;
}
code {
padding: 0px;
font-family: "Iosevka";
+ font-size: 80%;
}
pre {
- margin: .5rem 0;
- padding: 1rem;
+ margin: .3rem 0;
+ padding: 0.5rem;
overflow-x: auto;
+ font-size: 80%;
}
+pre code {
+ border: none;
+ background: transparent;
+ font-size: inherit;
+}
+
+
hr {
background: #bcd1cf99;
height: 3px;