HACKER THEME!

This commit is contained in:
Vidir Valberg Gudmundsson 2017-08-26 17:31:46 +02:00
parent 84672dff7c
commit 3f18b59a6b
2 changed files with 3 additions and 1 deletions

View file

@ -43,7 +43,7 @@
{% for category in categories %}
<h3>{{ category.name }}</h3>
<h3><strong>{{ category.name }}</strong></h3>
{% for product in category.products.all %}
{% if product.in_stock %}

View file

@ -289,6 +289,8 @@ footer {
body.bar-menu {
margin-top: 0px;
background-color: #000000;
color: #00ff00;
}
.bar-product .name {