thechinedu / overhaul

Chrome extension that gives a new look and feel to Nairaland's desktop site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non transparent background

Nnadozie opened this issue · comments

Chrome version 62.0.3202.75 (Official Build) (64-bit)
ubuntu 16.04 LTS
image

Getting rid of these seemed to fix it:
padding: 6px;
background-color: #fff;
border-left: 1px solid gray;
border-right: 1px solid gray;

image

h1, h2, h3, h4, h5 {
    color: #200;
}

image
image

I would love to make a PR fixing this issue, and also, nice! It makes nairaland look tons better.

@Nnadozie the .container nested within the .welcome-message shouldn't/doesn't have any styling applied to it. I'm not sure why it has style rules applied on your device. Could you clear the browser's cache and reload? Tell me if the errant rules are still showing up after this.

Interesting... that worked. The .container rules are also gone. Instead
text-align: center; and color: #fff; are apparently inherited from .welcome-section

I also can't replicate the bug after having cleared my cache :(.

@Nnadozie closing this as the issue has been resolved.

Thanks.