Przeglądaj źródła

More readable footer

Gaël Métais 10 lat temu
rodzic
commit
3058765b48
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      app/public/styles/less/main.less
  2. 1 1
      app/public/styles/main.css

+ 1 - 1
app/public/styles/less/main.less

@@ -34,7 +34,7 @@ h1 span {
 
 .footer {
     padding: 3em;
-    color: #5e2846;
+    color: #4e1836;
     a {
         color: inherit;
     }

+ 1 - 1
app/public/styles/main.css

@@ -33,7 +33,7 @@ h1 span {
 }
 .footer {
   padding: 3em;
-  color: #5e2846;
+  color: #4e1836;
 }
 .footer a {
   color: inherit;