Better webring in dark mode
This commit is contained in:
parent
273c66f10d
commit
fca40dac43
|
@ -246,7 +246,6 @@ div.webring {
|
||||||
padding: auto 0;
|
padding: auto 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
/* background: #ae4e26; */
|
/* background: #ae4e26; */
|
||||||
background: var(--foot-bg);
|
background: var(--foot-bg);
|
||||||
|
@ -396,6 +395,7 @@ code {
|
||||||
div.desc {
|
div.desc {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.gallery {
|
div.gallery {
|
||||||
border: 5px double rgba(167, 47, 20, 1);
|
border: 5px double rgba(167, 47, 20, 1);
|
||||||
}
|
}
|
||||||
|
@ -411,4 +411,12 @@ code {
|
||||||
li {
|
li {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.webring-btn {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -4,7 +4,7 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://hexaitos.com/art.html</loc>
|
<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>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://hexaitos.com/blog.html</loc>
|
<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>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://hexaitos.com/contact.html</loc>
|
<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>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://hexaitos.com/</loc>
|
<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>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://hexaitos.com/refsheet.html</loc>
|
<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>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://hexaitos.com/sitemap.xml</loc>
|
<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>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.3</priority>
|
<priority>0.3</priority>
|
||||||
|
|
|
@ -246,7 +246,6 @@ div.webring {
|
||||||
padding: auto 0;
|
padding: auto 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
/* background: #ae4e26; */
|
/* background: #ae4e26; */
|
||||||
background: var(--foot-bg);
|
background: var(--foot-bg);
|
||||||
|
@ -396,6 +395,7 @@ code {
|
||||||
div.desc {
|
div.desc {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.gallery {
|
div.gallery {
|
||||||
border: 5px double rgba(167, 47, 20, 1);
|
border: 5px double rgba(167, 47, 20, 1);
|
||||||
}
|
}
|
||||||
|
@ -411,4 +411,12 @@ code {
|
||||||
li {
|
li {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.webring-btn {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue