mirror of
https://github.com/nodejs/node.git
synced 2025-05-20 17:41:40 +00:00

PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
25 lines
399 B
CSS
25 lines
399 B
CSS
:root {
|
|
--surface-color: #ffffff;
|
|
--primary-color: #bb86fc;
|
|
--on-primary-color: #000000;
|
|
--error-color: #cf6679;
|
|
--file-reader-background-color: #ffffff80;
|
|
--file-reader-border-color: #000000;
|
|
}
|
|
|
|
body {
|
|
font-family: "Roboto", sans-serif;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
.button-container {
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
button {
|
|
height: 50px;
|
|
width: 100px;
|
|
}
|