Port to TypeScript/Elysia
This commit is contained in:
parent
29739d243f
commit
513335c485
17 changed files with 413 additions and 2603 deletions
|
|
@ -6,18 +6,18 @@
|
|||
--background-overlay: #f2e9e1;
|
||||
}
|
||||
|
||||
a {
|
||||
a:link {
|
||||
color: #56949f;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #286983;
|
||||
color: #907aa9;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #907aa9;
|
||||
color: #286983;
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue