diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index def05b3..05b1b45 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -2,8 +2,28 @@
<%= yield(:site_title).present? ? "#{yield(:site_title)} – " : "" %>Redstoner
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<%= stylesheet_link_tag "application", :media => "all" %>
<% if current_user.try(:dark) == true %>
<%= stylesheet_link_tag "dark", :media => "all" %>