node/deps/v8/tools/heap-layout/index.css
Michaël Zasso fd4f80ce54
deps: update V8 to 10.1.124.6
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>
2022-04-12 22:08:39 +02:00

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;
}