fix page titles

This commit is contained in:
2023-02-26 00:53:17 +10:30
parent 86fa8105be
commit de56b3b9d1
7 changed files with 10 additions and 11 deletions

View File

@ -16,8 +16,8 @@
"Helvetica Neue", sans-serif;
--mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
/* Default (light) theme */
--bg: #FFEF82;
--bg: #82945b;
--container: #FFEF82;
--accent-bg: #EFD345;
--text: #82945b;
/* --text-light: #585858; */
@ -60,7 +60,7 @@ hr {
body {
color: var(--text);
background: var(--bg);
background-image: url("/img/l_ash02_big.jpg");
/* background-image: url("/img/l_ash02_big.jpg"); */
background-size: cover;
background-attachment: fixed;
line-height: 1.3;
@ -77,7 +77,7 @@ body {
main {
/* // margin: 0 auto; */
background: var(--bg);
background: var(--container);
width: 750px;
padding: 15px;
height: min-content;
@ -110,7 +110,7 @@ aside {
.sidebar-contents {
padding: 65px 15px 15px 15px;
border-radius: 15px;
background: var(--bg);
background: var(--container);
box-sizing: border-box;
height: min-content;
width: 100%;