Add favicon and fix color inputs in chrome
This commit is contained in:
parent
66d59a26ae
commit
8ef050feab
|
@ -4,6 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=BG, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="dark">
|
||||
<link rel="shortcut icon" href="https://gleam.run/images/lucy/lucy.svg">
|
||||
<title>BGleam</title>
|
||||
<style>
|
||||
html, body {
|
||||
|
@ -70,6 +71,10 @@
|
|||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
}
|
||||
#settings input[type="color"] {
|
||||
height: 2rem;
|
||||
padding: 0.2rem;
|
||||
}
|
||||
#settings .checkboxGroup {
|
||||
grid-column-start: maininput;
|
||||
grid-column-end: end;
|
||||
|
|
Loading…
Reference in New Issue