Updated content

This commit is contained in:
Bo⋆˚✿˖° 2024-09-23 21:27:44 +02:00
parent 6d7d3b8f04
commit 6f8fbaf32a
2 changed files with 22 additions and 12 deletions

View file

@ -14,7 +14,7 @@
:root {
--accent-color: #e7c6ff;
--text-color: #b8c0ff;
--background-color: #000000;
--background-color: #191724;
}
html {
@ -58,5 +58,15 @@ footer p {
.psst {
font-style: italic;
font-size: 12px;
font-size: 14px;
}
.tag {
font-style: italic;
font-size: 15px;
user-select: none;
}
.no-select {
user-select: none;
}