1
0
Fork 0
mirror of synced 2024-06-03 02:54:32 +12:00
ArchiveBox/assets/css/style.scss
Nick Sweeting 81a958f1e7 css tweaks
2020-11-23 04:37:51 -05:00

31 lines
390 B
SCSS

---
---
@import "{{ site.theme }}";
div.shell {
width: 80%;
max-width: 1300px;
}
span.banner-fix {
width: 80%;
max-width: 1300px;
}
header h1 {
background-color: #aa1f55;
}
header h2 {
background-color: #aa1f55;
font-family: 'Open Sans' Helvetica sans-serif;
}
#main_content div[align=center] h1 {
display: none;
}
#forkme_banner {
opacity: 0.1;
}