diff options
Diffstat (limited to 'my-theme/css/general.css')
| -rw-r--r-- | my-theme/css/general.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/my-theme/css/general.css b/my-theme/css/general.css index 8bb521b..cff5db6 100644 --- a/my-theme/css/general.css +++ b/my-theme/css/general.css @@ -25,7 +25,10 @@ html { font-family: "Asul", "Open Sans", sans-serif; /*font-family: "Open Sans", sans-serif;*/ color: var(--fg); - background-color: var(--bg); + /*background-color: var(--bg);*/ + background-image: url('https://naked.catgirls.rodeo/images/white-parchment-paper-texture-repeating-both.jpg'); + background-repeat: both; + background-position: right top; text-size-adjust: none; } @@ -88,9 +91,7 @@ h6:target::before { outline: 0; 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-position: right top; + background: rgpa(0,0,0,0); } .page-wrapper { box-sizing: border-box; |
