Brettm12345 / github-moonlight

A beatiful dark blue userstyle for GItHub. Made with :heart:
MIT License
397 stars 12 forks source link

White colors in the side bar (gitako) #37

Closed amrbashir closed 4 years ago

amrbashir commented 4 years ago

Describe the bug: It's clear in the screenshot below, it only happened today, it was fine yesterday. Reinstalling doesn't help.

Screenshots:

image

Desktop (please complete the following information):

gregk-git commented 4 years ago

Can confirm, tested with:

Operating System Browser
Windows 10 Build 18363 Chrome Stable 80.0.3987.163 Official Build 64-bit
Windows 10 Build 18363 Firefox Beta 75.0 (64-bit)
Ubuntu 18.04 Firefox 75.0 64-bit
Ubuntu 18.04 Chrome Beta 81.0.4044.92 (Official Build) beta (64-bit)
shaansubbaiah commented 4 years ago

@AmrBinBashir for now, you can try adding to the end of your file

// fix Gitako
.search-input {
    border-color: var(--base-1) !important;
}

.gitako-side-bar .gitako-side-bar-body .gitako-side-bar-content .file-explorer .node-item,
.access-token-input,
.toggle-shortcut-input,
.search-input {
    background-color: var(--base-4) !important;
}
amrbashir commented 4 years ago

@AmrBinBashir thanks, it's working fine now.

Brettm12345 commented 4 years ago

@shaansubbaiah thank you for your solution. I will add it in shortly