summaryrefslogtreecommitdiffhomepage
path: root/my-theme/css
diff options
context:
space:
mode:
authortradam <git.tradam.fyi>2021-08-21 19:17:57 -0400
committertradam <git.tradam.fyi>2021-08-21 19:17:57 -0400
commit82903d01f3eb3d8f8199182bdedf03f8af8a0e35 (patch)
tree7dcc8a664539e056102057ddcfed3b08b47eaf8c /my-theme/css
parentb4dca745acd33e40cad5d78eef605927ec36cb32 (diff)
downloadPlore-Tabletop-Game-82903d01f3eb3d8f8199182bdedf03f8af8a0e35.tar.gz
Plore-Tabletop-Game-82903d01f3eb3d8f8199182bdedf03f8af8a0e35.zip
.
Diffstat (limited to 'my-theme/css')
-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 {