mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-26 10:24:25 +03:00
21 lines
343 B
CSS
21 lines
343 B
CSS
html,
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
|
|
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.react-terminal-wrapper:before {
|
|
background: unset !important;
|
|
}
|