mirror of https://github.com/nealey/vail.git
Compare commits
No commits in common. "f2302bff2a371d745c38384cbd3cade3660c96ff" and "dc918b983a2068fd5dd4b7a695bb36e59113787e" have entirely different histories.
f2302bff2a
...
dc918b983a
|
@ -1,25 +0,0 @@
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
html {
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
|
||||||
background-color: #222;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input, .button, .textarea, .select select {
|
|
||||||
background-color: #444;
|
|
||||||
}
|
|
||||||
|
|
||||||
html, .box, .title, .label, .input, .button, .textarea, .select select {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button.is-primary {
|
|
||||||
background-color: #086;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=range] {
|
|
||||||
accent-color: #086;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -24,7 +24,6 @@
|
||||||
<script type="module" src="scripts/vail.mjs"></script>
|
<script type="module" src="scripts/vail.mjs"></script>
|
||||||
<script type="module" src="scripts/ui.mjs"></script>
|
<script type="module" src="scripts/ui.mjs"></script>
|
||||||
<link rel="stylesheet" href="vail.css">
|
<link rel="stylesheet" href="vail.css">
|
||||||
<link rel="stylesheet" href="dark.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar is-dark">
|
<nav class="navbar is-dark">
|
||||||
|
|
Loading…
Reference in New Issue