This commit is contained in:
2022-06-14 23:18:00 +02:00
parent ce00e33338
commit 01b8c4eaf6
4 changed files with 33 additions and 10 deletions

View File

@ -18,4 +18,13 @@ body {
padding: 0;
color: var(--repl-color);
background: #000;
}
.fake-link {
color: var(--repl-color-link);
text-decoration: none;
cursor: pointer;
}
.fake-link:hover {
text-decoration: underline;
}