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:
parent
389b909f6c
commit
df7c6ff317
1 changed files with 4 additions and 4 deletions
|
@ -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()})
|
||||
|
|
Loading…
Reference in a new issue