Changes to the UI, deleted the testing leftover bin
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<title> bin </title>
|
||||
<style>
|
||||
html {
|
||||
background-color: black;
|
||||
background-color: #4E5A52;
|
||||
color: #FFFDD0;
|
||||
}
|
||||
body {
|
||||
@ -12,6 +12,7 @@
|
||||
}
|
||||
code {
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
font-family: monospace;
|
||||
}
|
||||
div {
|
||||
@ -39,6 +40,7 @@
|
||||
<a href="{{link-raw}}"> raw </a>
|
||||
<br />
|
||||
</main>
|
||||
<br />
|
||||
<div>
|
||||
<pre><code>{{ contents }}</code></pre>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user