/* ==UserStyle==
@name           Grok Grey Theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Grok Dark Theme without deep black
@author         look997
@license        MIT
@downloadURL https://update.greasyfork.org/scripts/566393/Grok%20Grey%20Theme.user.css
@updateURL https://update.greasyfork.org/scripts/566393/Grok%20Grey%20Theme.meta.css
==/UserStyle== */

@-moz-document domain("grok.com") {
    :root[class="dark"] {
        --neutral-1000: 240 4.3% 9%; /*0 0% 2%;*/
        --neutral-950: 0 0% 14.1%;
        
        .bg-black {
            background-color: rgba(20, 20, 21, var(--tw-bg-opacity,1));
        }
        .dark\:bg-surface-inset:is(.dark *) {
              background-color: hsl(var(--surface-inset));
        }
        
        --gray-950: 210, 8.6%, 13.7%;
        
        --neutral-900: 0 0% 22.7%; /*0, 0%, 23.5%; 0 0% 13%;*/
    }
}
