diff --git a/frontend/Trunk.toml b/frontend/Trunk.toml index f218f3a..873b4a7 100644 --- a/frontend/Trunk.toml +++ b/frontend/Trunk.toml @@ -1,6 +1,6 @@ [serve] # The address to serve on LAN. -addresses = ["127.0.0.1"] #,"10.150.9.7"] +addresses = ["127.0.0.1","192.168.2.157"] #,"10.150.9.7"] # The address to serve on WAN. # address = "0.0.0.0" # The port to serve on. diff --git a/frontend/src/styles/_variables.scss b/frontend/src/styles/_variables.scss index 1ac9251..f8ffa5c 100644 --- a/frontend/src/styles/_variables.scss +++ b/frontend/src/styles/_variables.scss @@ -25,5 +25,5 @@ --sidebar-font: #000000; --color: #000000; --color-container: #1a1a1a; - --color-text: #ffffff; + --color-text: #000000; }