79823295

Date: 2025-11-18 11:31:21
Score: 2
Natty:
Report link

It works in my case, where I need to darken warning text color in light mode:

I've added to my custom stylesheet:

[data-bs-theme="light"] {
    --bs-warning-rgb: 228,155,15;
}
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vladimir Savchik