Skip to content

Commit

Permalink
Small step for a man and everyone else too
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptype committed Aug 18, 2024
1 parent 2c9b081 commit c708db5
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/album/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category>concert</category>
<category>performance</category>
<category>single</category>
<lastBuildDate>Sat Aug 17 2024 00:53:35 GMT+0300 (GMT+03:00)</lastBuildDate>
<lastBuildDate>Mon Aug 19 2024 01:56:30 GMT+0300 (GMT+03:00)</lastBuildDate>
<copyright>All rights reserved 2024, Upstairs is boiling</copyright>
<docs>https://www.rssboard.org/rss-specification</docs>
<generator>writ-cms</generator>
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/custom/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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');
6 changes: 3 additions & 3 deletions docs/assets/custom/style/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down Expand Up @@ -68,7 +68,7 @@
display: inline-block;
}

.Page-post .header-logo {
:where(.Page-post, .Page-subpage) .header-logo {
background: none;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/concert/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category>concert</category>
<category>performance</category>
<category>single</category>
<lastBuildDate>Sat Aug 17 2024 00:53:35 GMT+0300 (GMT+03:00)</lastBuildDate>
<lastBuildDate>Mon Aug 19 2024 01:56:30 GMT+0300 (GMT+03:00)</lastBuildDate>
<copyright>All rights reserved 2024, Upstairs is boiling</copyright>
<docs>https://www.rssboard.org/rss-specification</docs>
<generator>writ-cms</generator>
Expand Down
2 changes: 1 addition & 1 deletion docs/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category>concert</category>
<category>performance</category>
<category>single</category>
<lastBuildDate>Fri, 16 Aug 2024 21:53:35 GMT</lastBuildDate>
<lastBuildDate>Sun, 18 Aug 2024 22:56:30 GMT</lastBuildDate>
<copyright>All rights reserved 2024, Upstairs is boiling</copyright>
<docs>https://www.rssboard.org/rss-specification</docs>
<generator>writ-cms</generator>
Expand Down
2 changes: 1 addition & 1 deletion docs/performance/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category>concert</category>
<category>performance</category>
<category>single</category>
<lastBuildDate>Sat Aug 17 2024 00:53:35 GMT+0300 (GMT+03:00)</lastBuildDate>
<lastBuildDate>Mon Aug 19 2024 01:56:30 GMT+0300 (GMT+03:00)</lastBuildDate>
<copyright>All rights reserved 2024, Upstairs is boiling</copyright>
<docs>https://www.rssboard.org/rss-specification</docs>
<generator>writ-cms</generator>
Expand Down
2 changes: 1 addition & 1 deletion docs/single/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category>concert</category>
<category>performance</category>
<category>single</category>
<lastBuildDate>Sat Aug 17 2024 00:53:35 GMT+0300 (GMT+03:00)</lastBuildDate>
<lastBuildDate>Mon Aug 19 2024 01:56:30 GMT+0300 (GMT+03:00)</lastBuildDate>
<copyright>All rights reserved 2024, Upstairs is boiling</copyright>
<docs>https://www.rssboard.org/rss-specification</docs>
<generator>writ-cms</generator>
Expand Down
6 changes: 3 additions & 3 deletions theme/assets/custom/style/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down Expand Up @@ -68,7 +68,7 @@
display: inline-block;
}

.Page-post .header-logo {
:where(.Page-post, .Page-subpage) .header-logo {
background: none;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit c708db5

Please sign in to comment.