news update and styling tweaks

This commit is contained in:
emma 2025-03-10 06:49:23 -04:00
parent ba5fb8d428
commit 87e0844085
3 changed files with 7 additions and 2 deletions

View File

@ -54,6 +54,7 @@ const backgroundColorNightMode = "#240046";
nav ul li { nav ul li {
padding-bottom: 0.33rem; padding-bottom: 0.33rem;
padding-left: 0.5rem
} }
nav ul li a { nav ul li a {

View File

@ -9,9 +9,9 @@ const textColorNightMode = "#f1dac4";
const linkColorNightMode = "#4cc9f0"; const linkColorNightMode = "#4cc9f0";
const emmaNews = [ const emmaNews = [
`<li>01-16-2025 - i'm focusing on studying and trying to get used to the idea of pursuing interests because i can. i wrote a blog post today about how hard the concept is to me</li>`,
`<li>01-23-2025 - i'm working on moving my blog to <a href="https://blog.emmas.place" target="_blank">blog.emmas.place</a> it is hosted on <a href="https://weblog.lol" target="_blank">weblog.lol</a>, a part of the <a href="https://omg.lol" target="_blank">omg.lol</a> service</li>`, `<li>01-23-2025 - i'm working on moving my blog to <a href="https://blog.emmas.place" target="_blank">blog.emmas.place</a> it is hosted on <a href="https://weblog.lol" target="_blank">weblog.lol</a>, a part of the <a href="https://omg.lol" target="_blank">omg.lol</a> service</li>`,
`<li>02-20-2025 - i've been spending time learning how to use astro instead of hand coding my site. with time there will be a lot here. i like the way content is managed in astro</li>` `<li>02-20-2025 - i've been spending time learning how to use astro instead of hand coding my site. with time there will be a lot here. i like the way content is managed in astro</li>`,
'<li>03-10-2025 - the site is functionally where it was at pre astro migration. now i get to add the new things i\'ve been planning to add</li',
]; ];
--- ---
<BasicLayout pageTitle={pageTitle}> <BasicLayout pageTitle={pageTitle}>

View File

@ -99,6 +99,10 @@ ul {
list-style-type: none; list-style-type: none;
} }
li {
padding-left: 0.5rem;
}
main section { main section {
font-size: 1rem; font-size: 1rem;
} }