diff --git a/app/assets/stylesheets/themes/default/components/_flashes.scss b/app/assets/stylesheets/themes/default/components/_flashes.scss index 137444f..72f92b3 100644 --- a/app/assets/stylesheets/themes/default/components/_flashes.scss +++ b/app/assets/stylesheets/themes/default/components/_flashes.scss @@ -5,7 +5,7 @@ .flash { @include span-columns(12); margin-bottom: 20px; - font-weight: 400; + font-weight: bold; &.notice { @include flash; @@ -109,4 +109,4 @@ div#errors { } } } -} \ No newline at end of file +} diff --git a/app/assets/stylesheets/themes/default/layout/_hacks.scss b/app/assets/stylesheets/themes/default/layout/_hacks.scss index ca49d1e..15a4b20 100644 --- a/app/assets/stylesheets/themes/default/layout/_hacks.scss +++ b/app/assets/stylesheets/themes/default/layout/_hacks.scss @@ -6,4 +6,4 @@ select { -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; -} \ No newline at end of file +} diff --git a/app/assets/stylesheets/themes/default/layout/_typography.scss b/app/assets/stylesheets/themes/default/layout/_typography.scss index 10cdeb4..1e725a2 100644 --- a/app/assets/stylesheets/themes/default/layout/_typography.scss +++ b/app/assets/stylesheets/themes/default/layout/_typography.scss @@ -10,6 +10,7 @@ body { font-family: $base-font-family; font-size: $base-font-size; -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; line-height: $base-line-height; } @@ -17,6 +18,7 @@ h1, h2, h3, h4, h5, h6 { font-family: $header-font-family; line-height: 1.25em; margin: 0; + opacity:0.99; text-rendering: optimizeLegibility; // Fix the character spacing for headings font-weight: 400; @@ -56,7 +58,7 @@ p { a { color: $base-link-color; text-decoration: none; - font-weight: 400; + font-weight: bold; @include transition(color 0.1s linear); &:hover { diff --git a/app/assets/stylesheets/themes/default/pages/_users.scss b/app/assets/stylesheets/themes/default/pages/_users.scss index 78dbc35..ede7b30 100644 --- a/app/assets/stylesheets/themes/default/pages/_users.scss +++ b/app/assets/stylesheets/themes/default/pages/_users.scss @@ -222,4 +222,4 @@ table.staff { .age { width: 5%; } -} \ No newline at end of file +}