Changed import of range-style.css to live in style.css
This commit is contained in:
parent
8a778520d6
commit
0330293e1a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user