[GH-ISSUE #690] [QUESTION] Way to change underline and highlight color #444

Closed
opened 2026-02-25 20:35:46 +03:00 by kerem · 4 comments
Owner

Originally created by @WitherCubes on GitHub (Mar 21, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/690

Is there any way to change the highlight color and the underline color from the default blue or is it a bug?

image

image

Originally created by @WitherCubes on GitHub (Mar 21, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/690 Is there any way to change the highlight color and the underline color from the default blue or is it a bug? ![image](https://user-images.githubusercontent.com/72592921/159304761-84d9dc80-15ae-46da-b76c-21942590f5a4.png) ![image](https://user-images.githubusercontent.com/72592921/159305063-f78c4034-b041-4347-9329-ac84d57de274.png)
kerem 2026-02-25 20:35:46 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@Albonycal commented on GitHub (Mar 22, 2022):

that isn't the default blue...
are you using a public instance

<!-- gh-comment-id:1074731930 --> @Albonycal commented on GitHub (Mar 22, 2022): that isn't the default blue... are you using a public instance
Author
Owner

@WitherCubes commented on GitHub (Mar 22, 2022):

No, I am using my self hosted instance. It is the same even with the default whoogle theme.

image

<!-- gh-comment-id:1074733667 --> @WitherCubes commented on GitHub (Mar 22, 2022): No, I am using my self hosted instance. It is the same even with the default whoogle theme. ![image](https://user-images.githubusercontent.com/72592921/159415089-a704433a-a6bc-4a73-b1ab-100df36ca559.png)
Author
Owner

@seth-js commented on GitHub (Apr 24, 2022):

This CSS modifies the link underline colors:

a {
color: #1a0dab;
}

a:visited {
color: #4b11a8;
}

This CSS controls the highlight color of result divs when focused:

#main > div:focus-within {
box-shadow: 0 0 6px 1px #2375e8;
}

<!-- gh-comment-id:1107765056 --> @seth-js commented on GitHub (Apr 24, 2022): This CSS modifies the link underline colors: > a { > color: #1a0dab; > } > > a:visited { > color: #4b11a8; > } This CSS controls the highlight color of result divs when focused: > > #main > div:focus-within { > box-shadow: 0 0 6px 1px #2375e8; > }
Author
Owner

@Albonycal commented on GitHub (Oct 11, 2022):

are you using a public instance?

On Mon, Mar 21, 2022 at 9:52 PM Sanjay Pavan @.***>
wrote:

Is there any way to change the highlight color and the underline color
from the default blue or is it a bug?

[image: image]
https://user-images.githubusercontent.com/72592921/159304761-84d9dc80-15ae-46da-b76c-21942590f5a4.png

[image: image]
https://user-images.githubusercontent.com/72592921/159305063-f78c4034-b041-4347-9329-ac84d57de274.png


Reply to this email directly, view it on GitHub
https://github.com/benbusby/whoogle-search/issues/690, or unsubscribe
https://github.com/notifications/unsubscribe-auth/AP7TNJ2XMIP7Q2SBXB2Z42TVBCO3BANCNFSM5RIGWHNA
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>

<!-- gh-comment-id:1274352627 --> @Albonycal commented on GitHub (Oct 11, 2022): are you using a public instance? On Mon, Mar 21, 2022 at 9:52 PM Sanjay Pavan ***@***.***> wrote: > Is there any way to change the highlight color and the underline color > from the default blue or is it a bug? > > [image: image] > <https://user-images.githubusercontent.com/72592921/159304761-84d9dc80-15ae-46da-b76c-21942590f5a4.png> > > [image: image] > <https://user-images.githubusercontent.com/72592921/159305063-f78c4034-b041-4347-9329-ac84d57de274.png> > > — > Reply to this email directly, view it on GitHub > <https://github.com/benbusby/whoogle-search/issues/690>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AP7TNJ2XMIP7Q2SBXB2Z42TVBCO3BANCNFSM5RIGWHNA> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#444
No description provided.