tweaks
This commit is contained in:
parent
266cea0f65
commit
a4c1de3ff5
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ template = "post.html"
|
||||||
Hi!
|
Hi!
|
||||||
I'm me!
|
I'm me!
|
||||||
|
|
||||||
You can call me Emilia, Lia, Lynxize, or basically anything else. I'm not picky.
|
You can call me Lia, Emilia, Lynxize, or basically anything else. I'm not picky.
|
||||||
|
|
||||||
I'm currently studying Mechanical Engineering with an aerospace focus,
|
I'm currently studying Mechanical Engineering with an aerospace focus,
|
||||||
though a lot of my hobbies tend to be computer science related.
|
though a lot of my hobbies tend to be computer science related.
|
||||||
|
|
|
@ -62,13 +62,13 @@ header {
|
||||||
--color: #74cded;
|
--color: #74cded;
|
||||||
}
|
}
|
||||||
:nth-child(2) {
|
:nth-child(2) {
|
||||||
--color: #af8cff;
|
--color: #a6e3a1;
|
||||||
}
|
}
|
||||||
:nth-child(3) {
|
:nth-child(3) {
|
||||||
--color: #f279ad;
|
--color: #ed9a5f;
|
||||||
}
|
}
|
||||||
:nth-child(4) {
|
:nth-child(4) {
|
||||||
--color: #ed9a5f;
|
--color: #f279ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">home</a>
|
<a href="/">home</a>
|
||||||
<a href="/about">about</a>
|
<a href="/about">about</a>
|
||||||
<a href="/blog">blog</a>
|
|
||||||
<a href="/stuff">stuff</a>
|
<a href="/stuff">stuff</a>
|
||||||
|
<a href="/blog">blog</a>
|
||||||
</nav>
|
</nav>
|
||||||
<link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/atom.xml">
|
<link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/atom.xml">
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue