1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-21 15:14:19 +00:00

Don't define the body type a hundred times

This commit is contained in:
Steffo 2017-09-22 10:47:21 +02:00
parent 389b909f6c
commit df7c6ff317

View file

@ -10,11 +10,11 @@
top: {{ fish.position[0] }};
left: {{ fish.position[1] }};
}
body {
background-color: royalblue !important;
}
{% endfor %}
body {
background-color: royalblue !important;
}
</style>
<script>
$(function () {$('[data-toggle="tooltip"]').tooltip()})