fix page titles
This commit is contained in:
@ -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%;
|
||||
|
Reference in New Issue
Block a user