Make CSS look better

This commit is contained in:
Hexaitos 2024-11-04 18:34:18 +01:00
parent fca40dac43
commit 333326e7c5
5 changed files with 10 additions and 50 deletions

View File

@ -1,6 +1,6 @@
url: "https://hexaitos.com"
baseurl: ""
title: "Hexaitos' Personal Website"
title: "Hexaitos Personal Website"
disable_disk_cache: true
collections:
- art

View File

@ -388,14 +388,6 @@ code {
--btn-col: #ae4e26;
}
p, h1, h2, h3, b {
color: white;
}
div.desc {
color: white;
}
div.gallery {
border: 5px double rgba(167, 47, 20, 1);
}
@ -404,19 +396,7 @@ code {
color: #dba047;
}
.contact a {
.contact a, li, span, a.webring-btn, div.desc, p, h1, h2, h3, b {
color: white;
}
li {
color: white;
}
span {
color: white;
}
a.webring-btn {
color: white;
}
}

View File

@ -41,7 +41,7 @@
<p>If you want to get in touch, look at the <a href="contact.html">contact</a> page! You can find me on plenty of websites or just send me an email I am always happy to talk to new people! I dont usually bite. Unless you want me to >:3</p>
<p>This website is still very much a work-in-progress and it was last updated: 3 November 2024. I also have a <a href="blog.html">blog</a> where I will be posting things mostly about computers, games and birds (<i>whodve thunk?</i>).</p>
<p>This website is still very much a work-in-progress and it was last updated: 4 November 2024. I also have a <a href="blog.html">blog</a> where I will be posting things mostly about computers, games and birds (<i>whodve thunk?</i>).</p>
<p>You can also find me on <a href="https://bateleur.org">bateleur.org</a>. At the moment, it is simply a mirror of hexaitos.com but hosted entirely at home. Additionally, you can find me on Gemini as well. Just go to <a href="gemini://terathopius.com">gemini://terathopius.com</a> or to <a href="https://terathopius.com">https://terathopius.com</a> for an HTTPS proxy of my Gemini capsule. I also have my own Gitea instance over on <a href="https://git.bateleur.org">git.bateleur.org</a>.</p>

View File

@ -4,7 +4,7 @@
<url>
<loc>https://hexaitos.com/art.html</loc>
<lastmod>2024-11-03T20:42:04+01:00</lastmod>
<lastmod>2024-11-04T18:33:55+01:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
@ -13,7 +13,7 @@
<url>
<loc>https://hexaitos.com/blog.html</loc>
<lastmod>2024-11-03T20:42:04+01:00</lastmod>
<lastmod>2024-11-04T18:33:55+01:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
@ -22,7 +22,7 @@
<url>
<loc>https://hexaitos.com/contact.html</loc>
<lastmod>2024-11-03T20:42:04+01:00</lastmod>
<lastmod>2024-11-04T18:33:55+01:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
@ -31,7 +31,7 @@
<url>
<loc>https://hexaitos.com/</loc>
<lastmod>2024-11-03T20:42:04+01:00</lastmod>
<lastmod>2024-11-04T18:33:55+01:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
@ -40,7 +40,7 @@
<url>
<loc>https://hexaitos.com/refsheet.html</loc>
<lastmod>2024-11-03T20:42:04+01:00</lastmod>
<lastmod>2024-11-04T18:33:55+01:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
@ -49,7 +49,7 @@
<url>
<loc>https://hexaitos.com/sitemap.xml</loc>
<lastmod>2024-11-03T20:42:04+01:00</lastmod>
<lastmod>2024-11-04T18:33:55+01:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>

View File

@ -388,14 +388,6 @@ code {
--btn-col: #ae4e26;
}
p, h1, h2, h3, b {
color: white;
}
div.desc {
color: white;
}
div.gallery {
border: 5px double rgba(167, 47, 20, 1);
}
@ -404,19 +396,7 @@ code {
color: #dba047;
}
.contact a {
.contact a, li, span, a.webring-btn, div.desc, p, h1, h2, h3, b {
color: white;
}
li {
color: white;
}
span {
color: white;
}
a.webring-btn {
color: white;
}
}