diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-04 00:36:33 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-04 00:36:33 +0200 |
| commit | de6f766ec27040f402af5c2b16cb298181e622c1 (patch) | |
| tree | 875a322d85e5fd3d68c778004863f7c50ec065ad /res/css/partials/base.scss | |
| parent | b5653a2fc4d2378ceea7af4a9224aa041bb4e091 (diff) | |
fixed search bar positioning, scroll bug and moved export button to search bar
Diffstat (limited to 'res/css/partials/base.scss')
| -rw-r--r-- | res/css/partials/base.scss | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/res/css/partials/base.scss b/res/css/partials/base.scss index 35afb28c..bd9eba9e 100644 --- a/res/css/partials/base.scss +++ b/res/css/partials/base.scss @@ -7,6 +7,7 @@ html, body { height: 100%; font-family: $base-font-family; + overflow-y: hidden; } body { @@ -22,23 +23,23 @@ body { a{ text-decoration: none; - font-style: italic; + color: $mid-grey; } a:link { - color: #FFF; + color: $mid-grey; } a:visited { - color: #FFF; + color: $mid-grey; } a:hover { - color: #EDE275; + color: $dark-grey; } a:active { - color: #FFF; + color: $mid-grey; } //input box stuff |
