diff options
| -rw-r--r-- | assets/css/main.css | 11 | ||||
| -rw-r--r-- | assets/css/vars.css | 4 | ||||
| -rw-r--r-- | layouts/_default/baseof.html | 2 | 
3 files changed, 4 insertions, 13 deletions
| diff --git a/assets/css/main.css b/assets/css/main.css index 55b1b8a..410c38a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -220,7 +220,7 @@ footer a {  }  .single-title { -  margin-top: 1rem; +  /* margin-top: 1rem; */    margin-bottom: .5rem;  } @@ -296,7 +296,6 @@ footer a {  .not-found {    display: flex; -  align: center;    align-items: center;    justify-content: center;  } @@ -307,12 +306,4 @@ footer a {  .not-found div h1 {    font-size: 6rem; -} - -.dark-toggle svg path { -  fill: var(--background) !important; -} - -.dark-toggle svg text { -  fill: var(--content) !important;  }
\ No newline at end of file diff --git a/assets/css/vars.css b/assets/css/vars.css index 010dceb..e3816e8 100644 --- a/assets/css/vars.css +++ b/assets/css/vars.css @@ -10,8 +10,8 @@      --header-menu-top-gap: 1rem;      /* Typography */ -    --h1-margin-top: 2.5rem; -    --h1-margin-bottom: 2rem; +    --h1-margin-top: 2rem; +    --h1-margin-bottom: 1.5rem;      --h2-margin-top: 2rem;      --h2-margin-bottom: 1.5rem;      --hx-margin-top: 1.5rem; diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2eddee8..458589f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,7 +9,7 @@    {{ end }}  </head> -<body class="dark"> +<body class="light">    <div class="content">      <header> | 
