mirror of
https://github.com/danbee/persephone-web.git
synced 2025-03-04 08:39:07 +00:00
20 lines
485 B
SCSS
20 lines
485 B
SCSS
body {
|
|
background-color: white;
|
|
color: black;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir",
|
|
"Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans",
|
|
"Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu",
|
|
"Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
|
|
padding: 18vh 1rem;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: rgba(#000, 0.7);
|
|
|
|
&:focus,
|
|
&:hover {
|
|
color: rgba(#000, 0.6);
|
|
}
|
|
}
|