ffmpeg-explorer/src/app.css

27 lines
151 B
CSS
Raw Normal View History

2023-08-18 17:23:56 -04:00
:root {
}
a {
}
a:hover {
}
body {
background-color: #eee;
}
h1 {
}
#app {
}
button {
}
button:hover {
}
button:focus,
button:focus-visible {
}