Fix favicon and menu css

This commit is contained in:
Dave Gallant
2024-01-07 21:09:12 -05:00
parent c9bd65f2b9
commit 6a405662e9
5 changed files with 13 additions and 15 deletions

View File

@@ -2,4 +2,4 @@
title: Welcome title: Welcome
--- ---
This is a space where I share notes about problems and solutions I've been exploring. Check out the links in the menu bar for more information on how to connect with me. This is a space where I share notes about problems and solutions I've been exploring.

View File

@@ -9,18 +9,16 @@ My primary motivation for hosting this website is to document my learnings and s
I choose to self-host this site and other tools instead of relying exclusively on larger platforms because I believe in the open web. Interoperability is often not a primary concern for popular platforms today and I find that concerning. I first got access to the internet in 1996 and have seen it evolve into what it is today. I want to do my part to keep it open and free. I choose to self-host this site and other tools instead of relying exclusively on larger platforms because I believe in the open web. Interoperability is often not a primary concern for popular platforms today and I find that concerning. I first got access to the internet in 1996 and have seen it evolve into what it is today. I want to do my part to keep it open and free.
If you would like to reach out, find out how to contact me [here](/contact/). ## Connect
## Contact If you would like to connect with me:
Connect with me by using any of the following methods: - [Email](mailto:me@davegallant.ca)
- [LinkedIn](https://www.linkedin.com/in/dave-gallant)
- [me@davegallant.ca](mailto:me@davegallant.ca) - [Mastodon](https://mastodon.social/@davegallant)
- <https://www.linkedin.com/in/dave-gallant> - [GitHub](https://github.com/davegallant)
- <https://mastodon.social/@davegallant> - [RSS Feed](https://davegallant.ca/index.xml)
- <https://github.com/davegallant> - [git.davegallant.ca](https://git.davegallant.ca/explore/repos)
- <https://davegallant.ca/index.xml>
- <https://git.davegallant.ca/explore/repos>
## Credits ## Credits

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -194,7 +194,7 @@ nav#menu {
} }
& ul.menu--vertical { & ul.menu--vertical {
background: var(--fg0); background: var(--bg1);
bottom: 0; bottom: 0;
margin: 0; margin: 0;
padding: 3rem; padding: 3rem;
@@ -207,10 +207,10 @@ nav#menu {
z-index: 10; z-index: 10;
& .menu__item { & .menu__item {
color: var(--bg1); color: var(--fg1);
&:hover { &:hover {
color: var(--bg4); color: var(--fg3);
} }
} }
} }
@@ -260,7 +260,7 @@ nav#menu {
} }
& ~ svg { & ~ svg {
stroke: var(--bg1); stroke: var(--fg1);
& line:nth-of-type(1) { & line:nth-of-type(1) {
transform: translate(0, 6px) rotate(45deg); transform: translate(0, 6px) rotate(45deg);