feat: use nord theme
This commit is contained in:
4
dist/index.html
vendored
4
dist/index.html
vendored
@@ -5,7 +5,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="./static/mini-default.css">
|
<link rel="stylesheet" href="./static/mini-nord.css">
|
||||||
<style>
|
<style>
|
||||||
input,
|
input,
|
||||||
select {
|
select {
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<h1>Dosing Calculator</h1>
|
<h1 style="text-align:center;">Dosing Calculator</h1>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Ingredients</legend>
|
<legend>Ingredients</legend>
|
||||||
|
|||||||
Reference in New Issue
Block a user