aboutsummaryrefslogtreecommitdiff
path: root/src/pages/settings.scss
blob: 5707c8ad3d5e7c69e587b19cfd1855cde4933fb6 (plain) (blame)
1
2
3
4
5
6
7
8
.vimvixen-settings-form {
  textarea[name=plain-json] {
    font-family: monospace;
    width: 100%;
    min-height: 64ex;
    resize: vertical;
  }
}