FONT
This commit is contained in:
parent
c3e5fc9028
commit
16491f437f
2 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"rewrite": {
|
"rewrite": {
|
||||||
"(.*) — Mozilla Firefox": " $1",
|
"(.*) — Mozilla Firefox": " $1",
|
||||||
"(.*) - fish": "> [$1]",
|
"~(.*)": " $1",
|
||||||
"nv": " neovim",
|
"nv": " neovim",
|
||||||
},
|
},
|
||||||
"separate-outputs": true,
|
"separate-outputs": true,
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
transition: color 0.5s ease-in-out;
|
transition: color 0.5s ease-in-out;
|
||||||
transition: background-color 0.5s ease-in-out;
|
transition: background-color 0.5s ease-in-out;
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@define-color button @color4;
|
@define-color button @color4;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue