Skip to content

Commit 97cedef

Browse files
committed
modify google scss (update)
1 parent 2ddd79c commit 97cedef

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

google.scss

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ $button-border-hover: #8d969e;
3232

3333
$debug: #7a5178;
3434

35+
body
36+
{
37+
color: $light !important;
38+
}
39+
// links to cite
40+
cite, cite a:link, cite a:visited
41+
{
42+
color: $light !important;
43+
}
44+
3545
// general for all cites {{{
3646
// just becouse I hate how some companies implement this, I turn off any
3747
// text decoration from links (your cursor might still show
@@ -332,6 +342,23 @@ div.sfbg
332342
}
333343
}
334344
// }}}
345+
// right side {{{
346+
// header from wikipedia
347+
.kno-ecr-pt
348+
{
349+
color: $light !important;
350+
}
351+
// entries under header
352+
.mDj5wd
353+
{
354+
color: $light !important;
355+
}
356+
// configure entries delimiter
357+
.wwfboe
358+
{
359+
border-color: $background-light !important;
360+
}
361+
// }}}
335362
// top navigation (below input field) {{{
336363
div#top_nav
337364
{
@@ -404,6 +431,21 @@ div#top_nav
404431
{
405432
background: $grey !important;
406433
}
434+
// "people also ask"
435+
.O3JH7.qLBFXd
436+
{
437+
color: $light !important;
438+
}
439+
// delimiter for "people also ask"
440+
.oySJpc
441+
{
442+
color: $background-light !important;
443+
}
444+
// expand arrow icon
445+
.YsGUOb
446+
{
447+
filter: invert(85.09%) !important;
448+
}
407449
// "see results about"
408450
.kp-blk
409451
{

0 commit comments

Comments
 (0)