diff --git a/static/css/colors.css b/static/css/colors.css deleted file mode 100644 index 270413e..0000000 --- a/static/css/colors.css +++ /dev/null @@ -1 +0,0 @@ -@mycol: #fff; diff --git a/static/css/index.css b/static/css/index.css index b4b2e62..f28521e 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1,8 +1,8 @@ :root { --bg-color: #24273a; - --text-color: #cad3f5; + --text-color: #59a685; --border-color: #181926; - --frame-color: #c6a0f6; + --frame-color: #d6b9f8; --blue: #8aadf4; } @@ -42,8 +42,8 @@ a.return{ hr { border: none; - height: .3vw; - background-image: linear-gradient(90deg, #000000 -30%, var(--border-color) 50%, #000000 130%); + height: .5vw; + background-image: linear-gradient(90deg, #000000 0%, var(--border-color) 50%, #000000 100%); } p.title{ @@ -82,7 +82,7 @@ div.post { } h1.htitle{ - text-align: center; + text-align: right; text-size: 6vw; }