news update and styling tweaks
This commit is contained in:
parent
ba5fb8d428
commit
87e0844085
@ -54,6 +54,7 @@ const backgroundColorNightMode = "#240046";
|
||||
|
||||
nav ul li {
|
||||
padding-bottom: 0.33rem;
|
||||
padding-left: 0.5rem
|
||||
}
|
||||
|
||||
nav ul li a {
|
||||
|
@ -9,9 +9,9 @@ const textColorNightMode = "#f1dac4";
|
||||
const linkColorNightMode = "#4cc9f0";
|
||||
|
||||
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>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}>
|
||||
|
@ -99,6 +99,10 @@ ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
li {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
main section {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user