forked from hero/www_hero_project
mycelium
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
<div id="content" class="p-4 pt-24 lg:pt-0 sm:p-12 lg:p-0 overflow-hidden">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% include "partials/banner.html" %}
|
||||
{% include "partials/cta.html" %}
|
||||
{% include "partials/footer.html" %}
|
||||
<script type="text/javascript" src="{{ get_url(path='js/custom.js')}}"></script>
|
||||
</body>
|
||||
</html>
|
||||
<style>
|
||||
body {
|
||||
--tw-bg-opacity: 1;
|
||||
background: rgb(255,255,255);
|
||||
background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(208,198,255,0.25) 15%, rgba(255,255,255,0.2) 30%, rgba(208,198,255,0.25) 45%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2) 95%); }
|
||||
background: rgb(15,6,47);
|
||||
background: radial-gradient(circle, rgba(15,6,47,1) 0%, rgba(3,22,53,1) 22%, rgba(0,2,5,1) 89%, rgba(0,0,0,0.9990589985994398) 100%);
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user