refactor code and add dragover visual cue

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2021-12-26 08:23:18 +05:30
parent a9dc9452fc
commit cca3a8bec9
6 changed files with 271 additions and 230 deletions

View File

@@ -11,7 +11,6 @@
<title>{{ title }}</title>
<style>
/* fill entire page */
code {
background: transparent !important;
@@ -21,7 +20,7 @@
body {
/* Change background color to that of your theme's */
background: #0f1419;
padding: 10px;
border: 10px solid transparent;
color: #E6E1CF;
}
@@ -31,9 +30,9 @@
background: #253340;
}
{% block styles %}
{% endblock styles %}
</style>
{% block styles %}
{% endblock styles %}
{% block head %} {% endblock head %}
</head>