Routes
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user