diff --git a/content/_index.md b/content/_index.md index 83315c3..b3b1509 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,27 +3,24 @@ title = "๐Ÿ‘๐ŸŒ™" +++
-*![music note](/img/nowplaying.gif) [sun-smudged peach moon softer than an ice cream cone in june](https://inv.tux.pizza/watch?v=mIAFBGvIXPo) ![music note](/img/nowplaying.gif)* +*![music note](/img/nowplaying.gif) [sun-smudged peach moon softer than an ice cream cone in june](/peach_moon-the_unicorns.m4a) ![music note](/img/nowplaying.gif)*
welcome to peachmoon, a smol peach fairy's personal website. this is a place for me, [mana](/about), to shout my thoughts into the void in a much more aesthetically-pleasing way than your traditional social media account. I grew up with the [small web](/webcore), and these sorts of more personal websites are a source of nostalgia and joy for me, so of course I had to get started making one again as soon as I could. ![tehe](/img/cuteyay.gif) you'll find lots of information about whatever [silly](/games) [hyperfixations](/music) I'm [currently into](/now) here, along with [stuff people have made for me](/fridge), [art I've created](/rkgk), my [blog](/blog), and how to [contact me](/contact), if you're interested in doing that. I hope you'll enjoy visiting my little corner of the web. Thanks for stopping by! -
+
![peach bullet by kingluludeer on deviantart](/img/kingluludeer_peach.png) **[last updated](/updates)**: 2024.07.06, completely redid the layout! -
+


### bullet journaling I recently purchased this cute little set of four matching hobonichi weeks-style notebooks that I have begun to use as a [bullet journal](https://en.wikipedia.org/wiki/Bullet_journal), beginning with the green one on the left. diff --git a/static/css/style.css b/static/css/style.css index b6668ed..877917d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -148,7 +148,7 @@ /* border around entire content area */ .box-inner{ background: var(--bgColor); - padding:25px; + padding: 25px 25px 8px; border-radius: 20px; } .box-bottom{ @@ -332,6 +332,10 @@ img { padding: 2px; } + div.fanlist p { + margin: 0.3em; +} + div.aside { font-size: 0.8em; } @@ -416,9 +420,14 @@ h6 { font-family: "Daydream", cursive; color: var(--red); font-size: 1em; - line-height: 0.8em; - margin:0em; - padding-top: 0.6em; + line-height: 1em; + margin: 0em; +} + +/* text */ +p { + padding: 0em; + margin-block: 0.8em; } div.blogdate { @@ -468,4 +477,28 @@ footer { td, th { text-align: left; - } \ No newline at end of file + } + + /* status.cafe */ + #statuscafe { + padding: .5em; + background-color: var(--bgColor); + border: 1px solid var(--hovColor); + border-radius: 1em; + max-width: fit-content; + text-align: left; + margin-bottom: 12px; + margin: auto; +} +#statuscafe-username { + margin-bottom: .5em; +} +#statuscafe-content { + margin: 0 1em 0.25em 1em; +} + +/*last.fm */ + .last { + max-width: 90%; + margin: auto; + } \ No newline at end of file diff --git a/static/peach_moon-the_unicorns.m4a b/static/peach_moon-the_unicorns.m4a new file mode 100644 index 0000000..09de0a9 Binary files /dev/null and b/static/peach_moon-the_unicorns.m4a differ