Change to a dark theme with the green arrow.
This commit is contained in:
parent
41066f9b2c
commit
fd060372dc
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.css">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<script src="./script.js"></script>
|
<script src="./script.js"></script>
|
||||||
<title>D&D Currency Converter</title>
|
<title>D&D Currency Converter</title>
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
<option value="2">Gold</option>
|
<option value="2">Gold</option>
|
||||||
<option value="3">Platinum</option>
|
<option value="3">Platinum</option>
|
||||||
</select>
|
</select>
|
||||||
<img src="./assets/icons/right-arrow.svg" alt="--------->" width="62px" height="45px">
|
<img src="./assets/icons/right-arrow-green.svg" alt="--------->" width="62px" height="45px">
|
||||||
<select id="to-in">
|
<select id="to-in">
|
||||||
<option value="error">Choose Currency</option>
|
<option value="error">Choose Currency</option>
|
||||||
<option value="0">Bronze</option>
|
<option value="0">Bronze</option>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue