Add files via upload

This commit is contained in:
2021-08-18 00:12:37 -07:00
committed by GitHub
parent ecd6246099
commit 9d759573d2
55 changed files with 3098 additions and 0 deletions

20
server/uploads/paste.css Normal file
View File

@ -0,0 +1,20 @@
::selection {
background: rgba(0, 0, 0, 0.46); /* WebKit/Blink Browsers */
}
::-moz-selection {
background: rgba(0, 0, 0, 0.46); /* Gecko Browsers */
}
td.hljs-ln-numbers {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
color: #414754;
vertical-align: top;
padding-right: 12px !important;
}