Skip to content

Instantly share code, notes, and snippets.

@jwhb
Last active January 25, 2021 16:55
Show Gist options
  • Save jwhb/abc73e404af6ab23d461900eab404d8a to your computer and use it in GitHub Desktop.
Save jwhb/abc73e404af6ab23d461900eab404d8a to your computer and use it in GitHub Desktop.
Solarized Dark style for TIPP10 online touch typing trainer (https://online.tipp10.com)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("online.tipp10.com") {
#training, .lightsel0 {
background-color: #002b36;
}
#ticker, #status {
background-color: #073642;
}
#fingers {
color: #657b83;
}
#tickermessage {
color: #586e75;
}
#ticker #selection {
color: #cb4b16 ;
}
#ticker #next {
color: #268bd2 ;
}
#ticker #previous {
color: #586e75;
}
#exit, #pause {
border: none;
background-color: transparent;
color: #586e75;
}
.keylabel, .key {
border-color: #073642 !important;
background-color: #073642 !important;
color: #839496;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment