Change all addresses to be relative

This commit is contained in:
2024-02-23 17:52:31 -06:00
parent 3b97e1dae4
commit a9f3a6f3a5
5 changed files with 19 additions and 33 deletions

View File

@@ -108,7 +108,7 @@
--direct: #ffffff;
--background-image: url('//assets.worlio.com/style/background');
--background-image: url('background');
--default-button-background: #d4d4d4;
--default-button-border: 2px outset #dfdfdf;
@@ -119,14 +119,14 @@
--disabled-button-background: #808080;
--disabled-button-border: 2px solid #808080;
--navbar-left: url('//assets.worlio.com/style/navbar-left');
--navbar-right: url('//assets.worlio.com/style/navbar-right');
--navbar-top: url('//assets.worlio.com/style/navbar-top');
--navbar-bottom: url('//assets.worlio.com/style/navbar-bottom');
--nav-db: url('//assets.worlio.com/style/navbar-db');
--navbar-left: url('navbar-left');
--navbar-right: url('navbar-right');
--navbar-top: url('navbar-top');
--navbar-bottom: url('navbar-bottom');
--nav-db: url('navbar-db');
--navbar-bg: url('//assets.worlio.com/style/navbar-bg');
--navbar-gradient: url('//assets.worlio.com/style/navbar-gradient');
--navbar-bg: url('navbar-bg');
--navbar-gradient: url('navbar-gradient');
--primary-font: Pixio;
--secondary-font: TypeWriter;