mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Add quake theme
This commit is contained in:
parent
672a75d97d
commit
2b8a8a6568
1 changed files with 22 additions and 0 deletions
22
src/static/themes/quake.css
Normal file
22
src/static/themes/quake.css
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue