diff --git a/veterina/static/css/veterina.css b/veterina/static/css/veterina.css
index 1c03aeb..253322e 100644
--- a/veterina/static/css/veterina.css
+++ b/veterina/static/css/veterina.css
@@ -1,8 +1,42 @@
+body{
+ background: #8E0E00; /* fallback for old browsers */
+ background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00); /* Chrome 10-25, Safari 5.1-6 */
+ background: linear-gradient(to right, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
+}
+
.logo{
width: 50px;
height: 50px;
}
-.card{
- border-top: 10px solid black;
+
+h2{
+ color: white;
+}
+
+.karta{
+ padding: 20px;
+ background: linear-gradient(to right, #EAEAEA, #EAEAEA, #EAEAEA, #EAEAEA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
+ color: white;
+}
+
+.obrazek{
+ border-radius: 30%;
+}
+
+a:hover{
+ color:white;
+ cursor: p;
+}
+
+a:link{
+ text-decoration: none;
+}
+
+.card-title a{
+ color:white;
+}
+
+nav{
+ background: linear-gradient(to right, #EAEAEA, #EAEAEA, #EAEAEA, #EAEAEA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
\ No newline at end of file
diff --git a/veterina/templates/base.html b/veterina/templates/base.html
index 3e87171..2f37d2f 100644
--- a/veterina/templates/base.html
+++ b/veterina/templates/base.html
@@ -28,8 +28,29 @@
{% endblock %}
-
+
{% wagtailuserbar %}
+
{% block content %}{% endblock %}
{# Global javascript #}