diff --git a/hotel/rooms/static/style.css b/hotel/rooms/static/style.css index 6a08f8c..5cd71f3 100644 --- a/hotel/rooms/static/style.css +++ b/hotel/rooms/static/style.css @@ -33,5 +33,9 @@ html { h1, h2, h3, h4, h5 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; - color: white + color: white; +} +a { + text-decoration: none !important; + color: black; } diff --git a/hotel/rooms/templates/index.html b/hotel/rooms/templates/index.html index f7c41e0..1b1dbac 100644 --- a/hotel/rooms/templates/index.html +++ b/hotel/rooms/templates/index.html @@ -23,7 +23,9 @@ {% if room.reserved %} ZAREZERWOWANE {% else %} - MIEJSCE NA PRZYCISK +
+ +
{% endif %}