fix(web): faster transitions
This commit is contained in:
parent
cc972e1e0b
commit
005524201d
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--main-col-percentage: 75%;
|
--main-col-percentage: 75%;
|
||||||
|
--transition-time: .05s;
|
||||||
|
--transition-time-long: .1s;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Fira Code';
|
font-family: 'Fira Code';
|
||||||
|
|
Loading…
Reference in a new issue