Files
bls-wallet-website/styles/globals.css
2022-09-06 15:49:28 +01:00

34 lines
322 B
CSS

html,
body {
background-color: #090213;
color: #ffffff;
padding: 0;
margin: 0;
font-family: 'Inconsolata', monospace;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
font-weight: bold;
}
p {
opacity: 75%;
font-size: 16px;
}
span {
opacity: 75%;
}