Add quake theme

This commit is contained in:
Oliver Blanthorn 2018-05-22 14:07:28 +01:00
parent 672a75d97d
commit 2b8a8a6568
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -0,0 +1,22 @@
:root.TridactylThemeQuake {
--tridactyl-bg: black;
--tridactyl-fg: lightgreen;
}
:root.TridactylThemeQuake #completions .sectionHeader {
display: none
}
:root.TridactylThemeQuake #completions .focused, :root.TridactylThemeQuake #completions .focused .url{
background: var(--tridactyl-bg);
text-decoration: underline;
}
:root.TridactylThemeQuake #cmdline_iframe {
position: fixed !important;
bottom: unset;
top: 0% !important;
left: 0% !important;
box-shadow: rgba(0,0,0,0.5) 0px 0px 15px !important;
opacity: 0.9
}