This commit is contained in:
2024-07-22 18:25:30 -03:00
parent 172bbaa824
commit 8fabfbb916
3 changed files with 21 additions and 0 deletions

View File

@ -71,6 +71,11 @@ body {
text-transform: uppercase;
}
.router p {
margin: 10px 0 0;
color: #666;
}
/* Dark Mode */
.dark-mode {
background-color: #121212;