birdcat.online/themes/aviary/assets/css/main.scss

82 lines
1.2 KiB
SCSS
Raw Normal View History

@import url(https://fonts.bunny.net/css?family=assistant:500|balsamiq-sans:400,400i,700,700i);
html {
background: #238e23;
}
2024-07-04 20:44:05 -04:00
body {
color: #151515;
font-family: 'Assistant', sans-serif;
2024-07-04 20:44:05 -04:00
line-height: 1.5;
margin: 1rem auto;
2024-07-04 20:44:05 -04:00
max-width: 666px;
padding: 1rem;
border: 0.420rem solid #b68024;
background: #eee;
border-radius: 1rem;
2024-07-04 20:44:05 -04:00
}
header {
border-bottom: 1px solid #222;
margin-bottom: 1rem;
h1 {
color: #ee871c;
}
2024-07-04 20:44:05 -04:00
}
footer {
border-top: 1px solid #222;
margin-top: 1rem;
}
h1 {
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Balsamiq Sans', display;
}
2024-07-04 20:44:05 -04:00
a {
color: #00e;
text-decoration: none;
}
main {
max-width: 666px;
overflow-x: scroll;
2024-07-04 20:44:05 -04:00
}
img {
max-width: 100%;
}
nav {
ul {
display: flex;
flex-direction: row;
list-style-type: none;
justify-content: center;
margin: 0;
padding: 0;
li {
margin: 1rem;
}
li .active {
text-decoration: underline;
}
}
}
figure {
text-align: center;
}
2024-07-07 10:07:28 -04:00
footer > small {
display: flex;
align-items: center;
justify-content: center;
align-self: stretch;
padding: 0.5rem;
}