27 lines
151 B
CSS
27 lines
151 B
CSS
|
:root {
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
}
|
||
|
a:hover {
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #eee;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
}
|
||
|
|
||
|
|
||
|
#app {
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
}
|
||
|
button:hover {
|
||
|
}
|
||
|
button:focus,
|
||
|
button:focus-visible {
|
||
|
}
|