Updated content
This commit is contained in:
parent
6d7d3b8f04
commit
6f8fbaf32a
2 changed files with 22 additions and 12 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue