Updated styling

This commit is contained in:
Anton Pogrebnjak
2025-02-16 17:25:40 +01:00
parent 810280fd33
commit 9e02d262be
10 changed files with 152 additions and 59 deletions

View File

@@ -28,6 +28,7 @@
--text: #ffffff;
--text-soft: #ddd;
--background: #121212;
--background-soft: #212121;
--primary: #2df598;
--primary-soft: #22cf7e;
--secondary: #222021;
@@ -69,16 +70,6 @@ b {
font-weight: 700;
}
a.more {
display: block;
margin-top: 2em;
font-weight: bold;
}
.indent {
margin-left: 2em;
}
i {
font-size: 2rem;
color: #ffffff;
@@ -87,6 +78,10 @@ i {
main {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 60vw;
}
@@ -142,16 +137,6 @@ code {
color: var(--accent);
}
.wink::after {
content: "ಠ_ಠ";
font-family: "Ubuntu";
}
.wink:hover::after {
content: "ಠ‿↼";
font-family: "Ubuntu";
}
textarea {
width: 100%;
font-size: 16px;
@@ -207,9 +192,14 @@ hr {
body {
font-size: 18px;
}
.logo img {
height: 18px;
}
main {
width: 100vw;
padding: 1em;
padding: 8px;
}
header .logo {