mirror of
https://github.com/getwax/bls-wallet-website.git
synced 2026-01-09 15:18:10 -05:00
34 lines
322 B
CSS
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%;
|
|
}
|