Changed import of range-style.css to live in style.css

This commit is contained in:
Erik Thuning 2021-08-05 10:51:34 +02:00
parent 8a778520d6
commit 0330293e1a
2 changed files with 2 additions and 1 deletions

@ -5,7 +5,6 @@
<meta name="viewport" content="initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="./range-style.css?a">
<link rel="stylesheet" href="./style.css?a">
<title></title>
<script src="player.js" defer></script>

@ -1,6 +1,8 @@
/* global settings */
@import 'range-style.css';
:root {
--background: black;
--background-other: #1c1c1c;