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