johnDoe220's avatar

The colors are very unbalanced and bad

In my opinion, the colors are really unbalanced and the contrast is not observed at all https://postimg.cc/QHLtyMQG @JeffreyWay @_adrian

0 likes
13 replies
vincent15000's avatar

You should put your post in the Feedback category instead of the Design category.

1 like
JeffreyWay's avatar

Is this in Windows? It's very strange because some people tell me it displays fine, and others say it's still that weird blue background.

If anyone can reproduce what @johndoe220 sees, can you play around in dev tools and tell me what styles I need to tweak to fix it? 😆😬

3 likes
Niush's avatar

@JeffreyWay Something like this:

.select-wrap select option {
    background: #151f32;
    color: white;
}

Or,

<option value="all" class="bg-grey-400 dark:bg-blue-1000 text-grey-800 dark:text-grey-600">All</option>
1 like
zircuitz's avatar

@JeffreyWay It looks the same to me. Are you running Laracasts through Cloudflare proxy? Perhaps clearing the Cloudflare cache helps?

1 like
johnDoe220's avatar

@JeffreyWay @_adrian yes i'm in windows and firefox browser, This method works simply,

background : #182d4c

But as you know, because you are using two themes, this value must be set with variables.,i used 182d4c color, which is exactly the color of the search box. demo : https://postimg.cc/V5R2L2wx . You obviously put a lot of effort into laracasts And this is absolutely valuable, There are small defects in every business, And the growth of every business owes to these small defects,be successful and victorious

1 like
_adrian's avatar

I know it’s not the ideal solution but for those who still have this issue, you can click on Channels in the left panel and explore them from there, at least until we can figure out how to solve this pesky bug.

1 like
Sinnbeck's avatar

@LoverCode yes laracasts.com is built with laravel + inertia. But this is css thing :)

1 like
Lara_Love's avatar

@Sinnbeck No, I wanted to make sure that when there are so many Laravel tutorials, the site is not supposed to be in another language. ;)) So we can play a role in editing the site :))

Please or to participate in this conversation.