Skip to content

Dark IKBR by mch-sg

Details

Authormch-sg

LicenseNo License

Categorywww.interactivebrokers.co.uk

Created

Updated

Code size695 B

Code checksum45a21917

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark grey theme for IKBR instead of dark blue

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.interactivebrokers.co.uk
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.interactivebrokers.co.uk") {
    /* Insert code here... */
    
    :root {
     --bg: #101010;   
    }
    
    @media screen {
  ._lfull > body, ._lscroll > body, ._lwide > body {
    background: #101010;
    height: 100%;
    width: 100%;
  }
}
    
    ._con .bg {
  background-color: #101010;
  color: #ddd;
}
    
    ._tb td, ._tb th {
  background-color: #101010;
}
    
    .one-head {
  background-color: #141414;
}
    
}

Reviews

No reviews yet.