commenced wallet styling; much of site now holds font-awesome placeholders until proprietary svg files apprpriated
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<footer id="id_footer">
|
||||
<nav id="id_footer_nav">
|
||||
<a href="/">Dashboard</a>
|
||||
<a href="/gameboard/">Gameboard</a>
|
||||
<a href="/"><i class="fa-solid fa-gauge"></i></a>
|
||||
<a href="/gameboard/"><i class="fa-solid fa-chess-board"></i></a>
|
||||
</nav>
|
||||
<div class="footer-container">
|
||||
<small>©{% now "Y" %} Dis Co.</small>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
{% compress css %}
|
||||
<link type="text/x-scss" rel="stylesheet" href="{% static 'scss/core.scss' %}">
|
||||
{% endcompress %}
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
|
||||
</head>
|
||||
|
||||
<body class="{{ user_palette }} {{ page_class|default:'' }}">
|
||||
|
||||
Reference in New Issue
Block a user