diff --git a/docs/album/feed.xml b/docs/album/feed.xml
index 8d6bcc5..c0c5e8c 100644
--- a/docs/album/feed.xml
+++ b/docs/album/feed.xml
@@ -14,7 +14,7 @@
concert
performance
single
- Sat Aug 17 2024 00:53:35 GMT+0300 (GMT+03:00)
+ Mon Aug 19 2024 01:56:30 GMT+0300 (GMT+03:00)
All rights reserved 2024, Upstairs is boiling
https://www.rssboard.org/rss-specification
writ-cms
diff --git a/docs/assets/custom/style.css b/docs/assets/custom/style.css
index f00f5a3..892aa62 100644
--- a/docs/assets/custom/style.css
+++ b/docs/assets/custom/style.css
@@ -3,5 +3,5 @@
@import url('./style/utils.css');
@import url('./style/layouts/carousel-listing.css');
@import url('./style/layouts/grid.css');
-@import url('./style/components/post.css');
@import url('./style/components/header.css');
+@import url('./style/components/post.css');
diff --git a/docs/assets/custom/style/components/header.css b/docs/assets/custom/style/components/header.css
index 3a27b80..974c963 100644
--- a/docs/assets/custom/style/components/header.css
+++ b/docs/assets/custom/style/components/header.css
@@ -6,12 +6,12 @@
text-align: center;
}
-.Page-post .header-logo {
+:where(.Page-post, .Page-subpage) .header-logo {
background: var(--background-color);
}
@media (min-width: 960px) {
- .Page-post [data-region-id=header] {
+ :where(.Page-post, .Page-subpage) [data-region-id=header] {
position: absolute;
}
}
@@ -68,7 +68,7 @@
display: inline-block;
}
- .Page-post .header-logo {
+ :where(.Page-post, .Page-subpage) .header-logo {
background: none;
}
diff --git a/docs/concert/feed.xml b/docs/concert/feed.xml
index 2894244..bf2f20e 100644
--- a/docs/concert/feed.xml
+++ b/docs/concert/feed.xml
@@ -14,7 +14,7 @@
concert
performance
single
- Sat Aug 17 2024 00:53:35 GMT+0300 (GMT+03:00)
+ Mon Aug 19 2024 01:56:30 GMT+0300 (GMT+03:00)
All rights reserved 2024, Upstairs is boiling
https://www.rssboard.org/rss-specification
writ-cms
diff --git a/docs/feed.xml b/docs/feed.xml
index 24d3ec6..e89c7da 100644
--- a/docs/feed.xml
+++ b/docs/feed.xml
@@ -14,7 +14,7 @@
concert
performance
single
- Fri, 16 Aug 2024 21:53:35 GMT
+ Sun, 18 Aug 2024 22:56:30 GMT
All rights reserved 2024, Upstairs is boiling
https://www.rssboard.org/rss-specification
writ-cms
diff --git a/docs/performance/feed.xml b/docs/performance/feed.xml
index 6dba16a..363a125 100644
--- a/docs/performance/feed.xml
+++ b/docs/performance/feed.xml
@@ -14,7 +14,7 @@
concert
performance
single
- Sat Aug 17 2024 00:53:35 GMT+0300 (GMT+03:00)
+ Mon Aug 19 2024 01:56:30 GMT+0300 (GMT+03:00)
All rights reserved 2024, Upstairs is boiling
https://www.rssboard.org/rss-specification
writ-cms
diff --git a/docs/single/feed.xml b/docs/single/feed.xml
index 20c4166..b2dcd0f 100644
--- a/docs/single/feed.xml
+++ b/docs/single/feed.xml
@@ -14,7 +14,7 @@
concert
performance
single
- Sat Aug 17 2024 00:53:35 GMT+0300 (GMT+03:00)
+ Mon Aug 19 2024 01:56:30 GMT+0300 (GMT+03:00)
All rights reserved 2024, Upstairs is boiling
https://www.rssboard.org/rss-specification
writ-cms
diff --git a/theme/assets/custom/style/components/header.css b/theme/assets/custom/style/components/header.css
index 3a27b80..974c963 100644
--- a/theme/assets/custom/style/components/header.css
+++ b/theme/assets/custom/style/components/header.css
@@ -6,12 +6,12 @@
text-align: center;
}
-.Page-post .header-logo {
+:where(.Page-post, .Page-subpage) .header-logo {
background: var(--background-color);
}
@media (min-width: 960px) {
- .Page-post [data-region-id=header] {
+ :where(.Page-post, .Page-subpage) [data-region-id=header] {
position: absolute;
}
}
@@ -68,7 +68,7 @@
display: inline-block;
}
- .Page-post .header-logo {
+ :where(.Page-post, .Page-subpage) .header-logo {
background: none;
}
diff --git a/theme/style.css b/theme/style.css
index f00f5a3..892aa62 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -3,5 +3,5 @@
@import url('./style/utils.css');
@import url('./style/layouts/carousel-listing.css');
@import url('./style/layouts/grid.css');
-@import url('./style/components/post.css');
@import url('./style/components/header.css');
+@import url('./style/components/post.css');