Rafał Pitoń 10 лет назад
Родитель
Сommit
e54569bceb

+ 1 - 0
misago/emberapp/app/styles/misago/errorpages.less

@@ -38,6 +38,7 @@
 
     p {
       font-size: @font-size-large;
+      font-weight: @weight-light;
     }
   }
 }

+ 1 - 2
misago/emberapp/app/styles/misago/footer.less

@@ -8,6 +8,7 @@
   padding-bottom: @line-height-computed * 1.5;
 
   color: @footer-color;
+  font-weight: @weight-light;
   text-align: center;
 
   a, a:link, a:visited {
@@ -33,7 +34,6 @@
 
       color: @misago-branding-color;
       font-size: @misago-branding-size;
-      font-weight: lighter;
       text-decoration: none;
     }
   }
@@ -59,7 +59,6 @@
       .opacity(1);
 
       font-size: @font-size-base;
-      font-weight: lighter;
     }
 
     .misago-branding {

+ 6 - 3
misago/emberapp/app/styles/misago/variables.less

@@ -31,6 +31,9 @@
 //** Global text color on `<body>`.
 @text-color:            #111;
 
+// Font weights
+@weight-light:            300;
+
 //** Global textual link color.
 @link-color:            #2196f3;
 //** Link hover color set via `darken()` function.
@@ -54,7 +57,7 @@
 //## headings
 
 //** By default, this inherits from the `<body>`.
-@headings-font-weight:    300;
+@headings-font-weight:    200;
 @headings-color:          lighten(@text-color, 8%);;
 
 
@@ -92,10 +95,10 @@
 
 @footer-border-color:            @gray-lighter;
 
-@footer-color:                   @gray-darker;
+@footer-color:                   @gray;
 
 // Footer links
-@footer-link-color:              @site-link-color;
+@footer-link-color:              @site-link-hover-color;
 @footer-link-hover-color:        @site-link-hover-color;
 @footer-link-active-color:       @site-link-active-color;