Closed viktorcsimma closed 3 years ago
Can you upload a before/after screenshot here? I do not really know what to look for. You changed the links' colour to white? I think we should use something different than the main font colour.
Yes, you need to run the npm run command to generate the css files in the public directory from the resources directory. However, npm run dev is better for developing purposes as it does not compress the files.
Of course, here you are: The changed one is the "Forgot password" link. Actually, in the preview there aren't as many links like that; they usually come around in real Epistola content.
Also, there is a change on the home page; I think it could be left like that:
One more thing: in normal mode (not dark mode), the preview has red links but the production version has brown ones. I think cyan goes with red, but does it go with the dark blue of Urán?
If you set the debug mode to false in the .env file before running npm run dev, you will get the normal colors. You do not need to concentrate on the debug colors, it's just to make the debug site different and to be more mars-like.
I woudnt go with green, try to use some existing colors like the color of the nav bar.
From: viktorcsimma @.> Sent: Sunday, October 10, 2021 10:59:47 PM To: luksan47/mars @.> Cc: Katkó Dominik @.>; Comment @.> Subject: Re: [luksan47/mars] Issue #601: Change the links' color in dark mode (#607)
One more thing: in normal mode (not dark mode), the preview has red links but the production version has brown ones. I think cyan goes with red, but does it go with the dark blue of Urán?
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/luksan47/mars/pull/607#issuecomment-939551745, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANMZKMIA2KGRW6ZJ6WBQL7LUGH5EHANCNFSM5EZBTCWA.
What about the orange secondary colour?
Tries to fix #601. I had to run
npm run prod
on Homestead to apply the changes; is it OK?