saudade/carolyns_creations/style/landing.scss
2023-06-09 14:14:26 -07:00

40 lines
516 B
SCSS

@use 'menu.css';
html {
background-color: #202020;
text-align: center;
color: #fff;
font-family: 'Comic Sans MS';
font-size: 1em;
}
.content {
margin-top: 55px;
}
p {
padding-top: 10px;
padding-bottom: 10px;
}
a {
color: #fff;
text-decoration: none;
font-weight: bold;
&:visted {
color: #fff;
text-decoration: none;
}
&:active {
color: #fff;
text-decoration: none;
}
&:hover {
color: #ffff40;
text-decoration: line-through;
cursor: ne-resize;
}
}