fixed text

This commit is contained in:
Imk 2024-10-03 21:46:26 +02:00
parent 5cd2750d79
commit f4c05b5ed7
2 changed files with 5 additions and 6 deletions

View File

@ -1 +0,0 @@
@mycol: #fff;

View File

@ -1,8 +1,8 @@
:root { :root {
--bg-color: #24273a; --bg-color: #24273a;
--text-color: #cad3f5; --text-color: #59a685;
--border-color: #181926; --border-color: #181926;
--frame-color: #c6a0f6; --frame-color: #d6b9f8;
--blue: #8aadf4; --blue: #8aadf4;
} }
@ -42,8 +42,8 @@ a.return{
hr hr
{ {
border: none; border: none;
height: .3vw; height: .5vw;
background-image: linear-gradient(90deg, #000000 -30%, var(--border-color) 50%, #000000 130%); background-image: linear-gradient(90deg, #000000 0%, var(--border-color) 50%, #000000 100%);
} }
p.title{ p.title{
@ -82,7 +82,7 @@ div.post {
} }
h1.htitle{ h1.htitle{
text-align: center; text-align: right;
text-size: 6vw; text-size: 6vw;
} }