diff options
| author | tradam <git.tradam.fyi> | 2021-08-21 19:35:14 -0400 |
|---|---|---|
| committer | tradam <git.tradam.fyi> | 2021-08-21 19:35:14 -0400 |
| commit | ebb7bfe29271a2b9c5e3f83f678c5ad09049965a (patch) | |
| tree | 1c6d58794ccacf1669e256531e66e8af608262af /my-theme/css | |
| parent | 8a66d0a432b6f7195b7fe03f039c329da9fb4e2f (diff) | |
| download | Plore-Tabletop-Game-ebb7bfe29271a2b9c5e3f83f678c5ad09049965a.tar.gz Plore-Tabletop-Game-ebb7bfe29271a2b9c5e3f83f678c5ad09049965a.zip | |
.
Diffstat (limited to 'my-theme/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 7cfa39b..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-both.jpg'); - background-repeat: both; - background-position: right top; + background: rgpa(0,0,0,0); } .page-wrapper { box-sizing: border-box; |
