docs-refresh2 (#16257)

* docs-refresh2

* docs-refresh2
This commit is contained in:
Allie Sadler 2022-12-01 11:31:12 +00:00 committed by GitHub
parent 6479f8ce9c
commit eb1db9c6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View File

@ -76,6 +76,9 @@ blockquote {
$body-text-color: $white,
$icon: "\f06a"
);
a {
color: $dark-blue-200;
}
}
&.warning {

View File

@ -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;
}

View File

@ -154,6 +154,10 @@ p, .body1 {
line-height: 1.5;
}
p {
margin: 0 0 16px;
}
.body2 {
font-size: 0.86rem;
line-height: 1.43;