diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index cf0328c..a775f07 100755 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -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; + } } \ No newline at end of file diff --git a/_site/sitemap.xml b/_site/sitemap.xml index b656c66..644e6d8 100755 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -4,7 +4,7 @@ https://hexaitos.com/art.html - 2024-11-03T13:30:08+01:00 + 2024-11-03T20:42:04+01:00 monthly 0.3 @@ -13,7 +13,7 @@ https://hexaitos.com/blog.html - 2024-11-03T13:30:08+01:00 + 2024-11-03T20:42:04+01:00 monthly 0.3 @@ -22,7 +22,7 @@ https://hexaitos.com/contact.html - 2024-11-03T13:30:08+01:00 + 2024-11-03T20:42:04+01:00 monthly 0.3 @@ -31,7 +31,7 @@ https://hexaitos.com/ - 2024-11-03T13:30:08+01:00 + 2024-11-03T20:42:04+01:00 monthly 0.3 @@ -40,7 +40,7 @@ https://hexaitos.com/refsheet.html - 2024-11-03T13:30:08+01:00 + 2024-11-03T20:42:04+01:00 monthly 0.3 @@ -49,7 +49,7 @@ https://hexaitos.com/sitemap.xml - 2024-11-03T13:30:08+01:00 + 2024-11-03T20:42:04+01:00 monthly 0.3 diff --git a/assets/css/styles.css b/assets/css/styles.css index cf0328c..a775f07 100755 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -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; + } } \ No newline at end of file