Jump to content

Can't change the text color of this orange-background notification


lightgamez31
Go to solution Solved by insomnious,

Recommended Posts

  • Solution

The warning notification is a specific use of text color (due to the lighter background) and so the default one is being overidden. If you are making your own theme, the warning text color can be changed with this css selector.

.notification.alert-warning {
    color: #123456;
}

If you are on Discord, most Vortex theme chat happens in the #vortex-dev channel. Myself and others will be happy to help.

Thanks

Link to comment
Share on other sites

 

45 minutes ago, insomnious said:

The warning notification is a specific use of text color (due to the lighter background) and so the default one is being overidden. If you are making your own theme, the warning text color can be changed with this css selector.

.notification.alert-warning {
    color: #123456;
}

If you are on Discord, most Vortex theme chat happens in the #vortex-dev channel. Myself and others will be happy to help.

Thanks

Perfect solution, thank you!!

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...