Configure background

This commit is contained in:
Jorik Schellekens
2020-09-01 10:43:29 +02:00
parent e6b9325d05
commit 21e5435720
2 changed files with 223 additions and 1 deletions
+2 -1
View File
@@ -14,10 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
@import "./color-scheme";
@import './color-scheme';
#root {
background-color: $app-background;
background-image: url('./imgs/background.svg');
}
@mixin spacer {