summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--my-theme/css/general.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-theme/css/general.css b/my-theme/css/general.css
index 8bb521b..8939727 100644
--- a/my-theme/css/general.css
+++ b/my-theme/css/general.css
@@ -89,7 +89,7 @@ h6:target::before {
padding: 0 var(--page-padding);
margin-top: calc(0px - var(--menu-bar-height)); /* Compensate for the #menu-bar-hover-placeholder */
background-image: url('https://naked.catgirls.rodeo/images/white-parchment-paper-texture-repeating.jpg');
- background-repeat: repeat-y;
+ background-repeat: both;
background-position: right top;
}
.page-wrapper {