mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Clean-up docs and merge some imports
This commit is contained in:
@@ -36,10 +36,20 @@
|
||||
body {
|
||||
font-family: 'Hack', monospace;
|
||||
color: #0a0;
|
||||
background-color:#000;
|
||||
background-color: #000;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: #000;
|
||||
background: #0a0;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: #000;
|
||||
background: #0a0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0a0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user