Better webring in dark mode

This commit is contained in:
Hexaitos 2024-11-03 20:42:17 +01:00
parent 273c66f10d
commit fca40dac43
3 changed files with 24 additions and 8 deletions

View File

@ -246,7 +246,6 @@ div.webring {
padding: auto 0;
}
footer {
/* background: #ae4e26; */
background: var(--foot-bg);
@ -396,6 +395,7 @@ code {
div.desc {
color: white;
}
div.gallery {
border: 5px double rgba(167, 47, 20, 1);
}
@ -411,4 +411,12 @@ code {
li {
color: white;
}
span {
color: white;
}
a.webring-btn {
color: white;
}
}

View File

@ -4,7 +4,7 @@
<url>
<loc>https://hexaitos.com/art.html</loc>
<lastmod>2024-11-03T13:30:08+01:00</lastmod>
<lastmod>2024-11-03T20:42:04+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-03T13:30:08+01:00</lastmod>
<lastmod>2024-11-03T20:42:04+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-03T13:30:08+01:00</lastmod>
<lastmod>2024-11-03T20:42:04+01:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
@ -31,7 +31,7 @@
<url>
<loc>https://hexaitos.com/</loc>
<lastmod>2024-11-03T13:30:08+01:00</lastmod>
<lastmod>2024-11-03T20:42:04+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-03T13:30:08+01:00</lastmod>
<lastmod>2024-11-03T20:42:04+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-03T13:30:08+01:00</lastmod>
<lastmod>2024-11-03T20:42:04+01:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>

View File

@ -246,7 +246,6 @@ div.webring {
padding: auto 0;
}
footer {
/* background: #ae4e26; */
background: var(--foot-bg);
@ -396,6 +395,7 @@ code {
div.desc {
color: white;
}
div.gallery {
border: 5px double rgba(167, 47, 20, 1);
}
@ -411,4 +411,12 @@ code {
li {
color: white;
}
span {
color: white;
}
a.webring-btn {
color: white;
}
}