diff --git a/_scss/_notes.scss b/_scss/_notes.scss index bd138aa6db..d34dea6648 100644 --- a/_scss/_notes.scss +++ b/_scss/_notes.scss @@ -76,6 +76,9 @@ blockquote { $body-text-color: $white, $icon: "\f06a" ); + a { + color: $dark-blue-200; + } } &.warning { diff --git a/_scss/_overrides.scss b/_scss/_overrides.scss index 3a552094b4..215e79c6e4 100755 --- a/_scss/_overrides.scss +++ b/_scss/_overrides.scss @@ -125,7 +125,7 @@ a.gs-title { color: $light-red-400!important; } .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl { - color: $light-grey-500!important; + color: $light-grey-600!important; } .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType { @@ -140,6 +140,10 @@ a.gs-title { color: $dark-grey-700!important; } +.gsc-results .gsc-cursor-box .gsc-cursor-page{ + color: $black!important; +} + input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus { display: none!important; } diff --git a/_scss/_typography.scss b/_scss/_typography.scss index 306fbfd176..dc48c3b680 100755 --- a/_scss/_typography.scss +++ b/_scss/_typography.scss @@ -154,6 +154,10 @@ p, .body1 { line-height: 1.5; } +p { + margin: 0 0 16px; +} + .body2 { font-size: 0.86rem; line-height: 1.43;