mirror of https://github.com/docker/docs.git
parent
6479f8ce9c
commit
eb1db9c6e1
|
@ -76,6 +76,9 @@ blockquote {
|
|||
$body-text-color: $white,
|
||||
$icon: "\f06a"
|
||||
);
|
||||
a {
|
||||
color: $dark-blue-200;
|
||||
}
|
||||
}
|
||||
|
||||
&.warning {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -154,6 +154,10 @@ p, .body1 {
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 16px;
|
||||
}
|
||||
|
||||
.body2 {
|
||||
font-size: 0.86rem;
|
||||
line-height: 1.43;
|
||||
|
|
Loading…
Reference in New Issue