saudade/carolyns_creations/style/landing.scss

41 lines
516 B
SCSS
Raw Normal View History

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