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!
|
||||
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,
|
||||
though a lot of my hobbies tend to be computer science related.
|
||||
|
|
|
@ -62,13 +62,13 @@ header {
|
|||
--color: #74cded;
|
||||
}
|
||||
:nth-child(2) {
|
||||
--color: #af8cff;
|
||||
--color: #a6e3a1;
|
||||
}
|
||||
:nth-child(3) {
|
||||
--color: #f279ad;
|
||||
--color: #ed9a5f;
|
||||
}
|
||||
:nth-child(4) {
|
||||
--color: #ed9a5f;
|
||||
--color: #f279ad;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
<nav>
|
||||
<a href="/">home</a>
|
||||
<a href="/about">about</a>
|
||||
<a href="/blog">blog</a>
|
||||
<a href="/stuff">stuff</a>
|
||||
<a href="/blog">blog</a>
|
||||
</nav>
|
||||
<link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/atom.xml">
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue