aboutsummaryrefslogtreecommitdiff
path: root/assets/_pure-extension.scss
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-13 18:07:55 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-13 18:07:55 +0200
commite62448627edbfaea940b0f7995b9d4da481b3c3f (patch)
treedea4f9aac62c08f71b517c57ea256960d75a33b8 /assets/_pure-extension.scss
parentf4bcc2ecd9b7af79e4aab4d56acb86f5f9ab7eab (diff)
Add README.md
Diffstat (limited to 'assets/_pure-extension.scss')
-rw-r--r--assets/_pure-extension.scss16
1 files changed, 3 insertions, 13 deletions
diff --git a/assets/_pure-extension.scss b/assets/_pure-extension.scss
index e540ef2..853810a 100644
--- a/assets/_pure-extension.scss
+++ b/assets/_pure-extension.scss
@@ -1,9 +1,8 @@
@import 'variables';
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
- font-family: "Open Sans", "Roboto", sans-serif;
- font-weight: 300;
-
+ font-family: Roboto, sans-serif;
+ font-weight: $body-font-weight;
}
.pure-g {
@@ -30,12 +29,11 @@ html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
// font weight only for root sections
> li > .section {
- font-weight: 600;
+ font-weight: 700;
}
}
.pure-menu-link, .pure-menu-heading {
- color: $gray-800;
padding: $padding-4 $padding-16;
text-transform: capitalize;
}
@@ -44,12 +42,4 @@ html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
&:hover, &.active {
background: none;
}
-
- &:hover {
- color: $gray-600;
- }
-
- &.active {
- color: $color-link;
- }
} \ No newline at end of file