MyNixOS website logo

CSS style for wofi to use as a stylesheet. See wofi(7).

Declarations
Type
null or string
Default
null
Example
''
  * {
      font-family: monospace;
  }
  
  window {
      background-color: #7c818c;
  }
''