Formatting.

This commit is contained in:
James Patrick 2019-12-20 10:13:02 -05:00
parent 40d8b3fdf3
commit 3a9d08eea1

View File

@ -1,4 +1,5 @@
:root { /* Onedark by Chris Kempson (http://chriskempson.com) */ :root {
/* Onedark by Chris Kempson (http://chriskempson.com) */
--base00: #282c34; --base00: #282c34;
--base01: #353b45; --base01: #353b45;
--base02: #3e4451; --base02: #3e4451;
@ -99,7 +100,11 @@
width: 100%; width: 100%;
} }
#completions table tr td.prefix,#completions table tr td.privatewindow,#completions table tr td.container,#completions table tr td.icon { display: none; #completions table tr td.prefix,
#completions table tr td.privatewindow,
#completions table tr td.container,
#completions table tr td.icon {
display: none;
} }
#completions .BufferCompletionSource table { #completions .BufferCompletionSource table {
@ -123,7 +128,8 @@
display: none; display: none;
} }
#cmdline_iframe { position: fixed !important; #cmdline_iframe {
position: fixed !important;
box-shadow: rgba(0, 0, 0, 0.5) 20px !important; box-shadow: rgba(0, 0, 0, 0.5) 20px !important;
} }
@ -138,11 +144,8 @@
position: fixed !important; position: fixed !important;
} }
.TridactylModeignore{ .TridactylModeignore {
background: var(--base0A) !important; background: var(--base0A) !important;
border: 1px var(--base0A) solid !important; border: 1px var(--base0A) solid !important;
color: var(--tridactyl-of-fg) !important; color: var(--tridactyl-of-fg) !important;
} }
.TridactylModenormal{
}