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 {
--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;
}