mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
small CSS fix, reverting to default.
line 62 and 74 : background URL from "taverna.png" (my change) to "tavern.png" (default). I had made the url changes as a test for functionality while altering BG behavior. Even if taverna.png is in the CSS, the BG swapping works properly. I think I did this because having it set to tavern.png in the initial CSS will remove whatever BG was chosen by the user in a previous session. Could be wrong about that.
This commit is contained in:
@ -59,7 +59,7 @@ code {
|
||||
}
|
||||
|
||||
#bg1{
|
||||
background: url(backgrounds/taverna.png);
|
||||
background: url(backgrounds/tavern.png);
|
||||
background-size: auto 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
@ -71,7 +71,7 @@ code {
|
||||
z-index: -2;
|
||||
}
|
||||
#bg2{
|
||||
background: url(backgrounds/taverna.png);
|
||||
background: url(backgrounds/tavern.png);
|
||||
background-size: auto 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
@ -2141,4 +2141,4 @@ body {
|
||||
background: transparent;
|
||||
-webkit-transition: width 0s ease;
|
||||
transition: width 0s ease;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user