mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-23 00:26:27 +00:00
17 lines
334 B
CSS
17 lines
334 B
CSS
|
@import 'spectre.css/dist/spectre.min.css';
|
||
|
@import 'tachyons/css/tachyons.min.css';
|
||
|
|
||
|
body {
|
||
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
||
|
'Helvetica Neue', sans-serif;
|
||
|
}
|
||
|
|
||
|
input[type='range'] {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.form-switch {
|
||
|
cursor: pointer;
|
||
|
}
|