You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everybody,
It may sound like a silly question but I am not able to change the default background of the dashboard. I need to replace the standard greyish color with the standard white background. I made some tries such as:
inspect the argon.css file and inspect the classes
Inspect the root colors and tried to change them ( as suggested by Sm0k3 on Discord)
tried to set the background on the body via the style attribute setting the background-color: #FFFFFF but this is working for all colors except for white :D
My opinion is that something is affecting the way white is displayed and the final result is not a simple white but it is something more grey. I attach an example.
I would like my background to be fully white as it is inside the table but at the moment is light grey as it is on the right.
Any help is appreciated! I am not a deep expert of HTML/CSS
The text was updated successfully, but these errors were encountered:
Hi! Thanks for your answer. I already studied the docs but I didn't find the solution. The problem is the following:
As you can see the colors here are not uniform. The color on the right is a little bit more greyish (it is the standard background color of the dashboard) while the content inside the table Available robots is completely white. I would like everything to be white. I tried all the above mentioned methods but none worked.
Hi everybody,
It may sound like a silly question but I am not able to change the default background of the dashboard. I need to replace the standard greyish color with the standard white background. I made some tries such as:
background-color: #FFFFFF
but this is working for all colors except for white :DMy opinion is that something is affecting the way white is displayed and the final result is not a simple white but it is something more grey. I attach an example.
I would like my background to be fully white as it is inside the table but at the moment is light grey as it is on the right.
Any help is appreciated! I am not a deep expert of HTML/CSS
The text was updated successfully, but these errors were encountered: