fix(web): faster transitions

This commit is contained in:
əlemi 2024-11-09 13:57:50 +01:00
parent cc972e1e0b
commit 005524201d
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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';