mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 23:24:18 +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] }};
|
top: {{ fish.position[0] }};
|
||||||
left: {{ fish.position[1] }};
|
left: {{ fish.position[1] }};
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: royalblue !important;
|
|
||||||
}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: royalblue !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
$(function () {$('[data-toggle="tooltip"]').tooltip()})
|
$(function () {$('[data-toggle="tooltip"]').tooltip()})
|
||||||
|
|
Loading…
Reference in a new issue