You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
458 B
CSS
34 lines
458 B
CSS
html,
|
|
body {
|
|
font-family: sans-serif;
|
|
background-color: dodgerblue;
|
|
}
|
|
|
|
#svgElement {
|
|
background-color: white;
|
|
}
|
|
|
|
.destination #svgElement {
|
|
background: none;
|
|
}
|
|
|
|
button {
|
|
display: block;
|
|
background-color: white;
|
|
border: 2px solid currentColor;
|
|
padding: 8px 24px;
|
|
border-radius: 24px;
|
|
font-size: 24px;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
#theme {
|
|
font-weight: bold;
|
|
-webkit-text-stroke: 1px black;
|
|
-webkit-text-fill-color: white;
|
|
}
|