mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added directories
This commit is contained in:
@@ -51,7 +51,7 @@ const Thread = ({ setBodyStyle }) => {
|
||||
switch (event.target.value) {
|
||||
case "Yotsuba":
|
||||
setBodyStyle({
|
||||
background: "#ffe url(/fade.png) top repeat-x",
|
||||
background: "#ffe url(/assets/fade.png) top repeat-x",
|
||||
color: "maroon",
|
||||
fontFamily: "Arial, Helvetica, sans-serif"
|
||||
});
|
||||
@@ -60,7 +60,7 @@ const Thread = ({ setBodyStyle }) => {
|
||||
|
||||
case "Yotsuba B":
|
||||
setBodyStyle({
|
||||
background: "#eef2ff url(/fade-blue.png) top center repeat-x",
|
||||
background: "#eef2ff url(/assets/fade-blue.png) top center repeat-x",
|
||||
color: "#000",
|
||||
fontFamily: "Arial, Helvetica, sans-serif"
|
||||
});
|
||||
@@ -105,7 +105,7 @@ const Thread = ({ setBodyStyle }) => {
|
||||
|
||||
default:
|
||||
setBodyStyle({
|
||||
background: "#ffe url(/fade.png) top repeat-x",
|
||||
background: "#ffe url(/assets/fade.png) top repeat-x",
|
||||
color: "maroon",
|
||||
fontFamily: "Arial, Helvetica, sans-serif"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user