mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
21.18.2021 85c7446e37f2b34c253cb451520f806157047d94
assets/css/style.css
@@ -3,7 +3,7 @@
:root {
    --bg-color: #fff;
    --secondary-bg-color: #eeeeee;
    --heading-color: #5f5f5f;
    --heading-color: #464646;
    --body-color: rgba(0, 0, 0, 0.7);
    --post-color: rgba(0, 0, 0, 0.44);
    --border-color: rgba(0, 0, 0, 0.15);
@@ -21,11 +21,11 @@
html[data-theme='dark'] {
    --bg-color: #010408;
    --secondary-bg-color: #2c2d32;
    --secondary-bg-color: rgb(56, 56, 56);;
    --heading-color: #c9d1d9;
    --body-color: rgb(169, 169, 179);
    --post-color: rgba(0, 0, 0, 0.44);
    --border-color: rgb(38, 38, 38);
    --border-color: #30363d;
    --form-border-color: rgb(169, 169, 179);
    --form-button-hover-border-color: #fff;
    --pre-bg-color: rgb(33, 33, 45);
@@ -43,7 +43,7 @@
body {
    color: var(--body-color);
    font-family: 'Verdana', sans-serif;
    font-family: 'PingHei', 'PingFang SC', Helvetica Neue, 'Work Sans', 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif;
    font-size: 15px;
    width: 100%;
    margin: 0 auto 30px auto;