Skip to content

Instantly share code, notes, and snippets.

@yymm
Created November 28, 2021 06:31
Show Gist options
  • Save yymm/525e0d9e302c3bd0c5ee382ed65cc272 to your computer and use it in GitHub Desktop.
Save yymm/525e0d9e302c3bd0c5ee382ed65cc272 to your computer and use it in GitHub Desktop.
firefox customize css
#TabsToolbar { visibility: collapse !important; }
#sidebar-header { display: none; }
/* vixen */
input,textarea{ime-mode:inactive;}
.vimvixen-console-completion {
opacity: 0.9;
font-size: 16px !important;
background-color: #222 !important;
color: #eee;
}
.vimvixen-console-completion-item.vimvixen-completion-selected {
background-color: #444 !important;
}
.vimvixen-console-completion-title {
padding-top: 5px !important;
padding-bottom: 5px !important;
background-color: #1da1f2 !important;
color: #222;
}
.vimvixen-console-completion-item-url {
color: #1da1f2 !important;
}
.vimvixen-console-message {
font-size: 16px !important;
}
.vimvixen-console-command-prompt {
font-size: 16px !important;
}
.vimvixen-console-command-input {
font-size: 18px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment