css low effort
parent
e8a2afb017
commit
43a4e2142b
@ -1,8 +1,25 @@
|
||||
html,
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
background-color: dodgerblue;
|
||||
}
|
||||
|
||||
#svgElement {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
button {
|
||||
display: block;
|
||||
background-color: white;
|
||||
border: 2px solid currentColor;
|
||||
padding: 16px 32px;
|
||||
border-radius: 32px;
|
||||
font-size: 32px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
#theme {
|
||||
font-weight: bold;
|
||||
-webkit-text-stroke: 1px black;
|
||||
-webkit-text-fill-color: white;
|
||||
}
|
||||
|
Loading…
Reference in New Issue