ArchiveBox/assets/css/style.scss

31 lines
390 B
SCSS
Raw Normal View History

2020-11-23 04:29:57 -05:00
---
---
2020-11-23 04:19:34 -05:00
@import "{{ site.theme }}";
2020-11-23 04:26:04 -05:00
div.shell {
2020-11-23 04:19:34 -05:00
width: 80%;
2020-11-23 04:37:51 -05:00
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;
2020-11-23 04:19:34 -05:00
}