summaryrefslogtreecommitdiff
path: root/greenbox/templates/base_generic.html
diff options
context:
space:
mode:
Diffstat (limited to 'greenbox/templates/base_generic.html')
-rw-r--r--greenbox/templates/base_generic.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/greenbox/templates/base_generic.html b/greenbox/templates/base_generic.html
index 29e05b2..7fbbe1f 100644
--- a/greenbox/templates/base_generic.html
+++ b/greenbox/templates/base_generic.html
@@ -48,6 +48,15 @@
48 border-bottom: 1px solid green; 48 border-bottom: 1px solid green;
49 } 49 }
50 50
51 h1 a {
52 color: white;
53 border-bottom: 0;
54 }
55
56 h1 a:hover {
57 border-bottom: 1px dashed lightgreen;
58 }
59
51 /* TEXT STYLES */ 60 /* TEXT STYLES */
52 61
53 #recipe_description { 62 #recipe_description {
@@ -57,7 +66,7 @@
57 </head> 66 </head>
58 67
59 <body> 68 <body>
60 <h1><span class="trivial">the</span> Green Box</h1> 69 <h1><a href="/"><span class="trivial">the</span> Green Box</a></h1>
61 <div id="contents"> 70 <div id="contents">
62 <h2>{% block title %}{% endblock %}</h2> 71 <h2>{% block title %}{% endblock %}</h2>
63 {% block contents %}{% endblock %} 72 {% block contents %}{% endblock %}