1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 14:12:55 +00:00

style: use sans-serif font everywhere

This commit is contained in:
2024-06-25 16:16:13 +02:00
parent 0ff56416dd
commit 6e0ec6b95a

View File

@ -22,6 +22,10 @@
--bg-gray-op: rgba(112, 128, 144, .35);
}
* {
font-family: sans-serif;
}
html {
background: linear-gradient(-5deg, var(--bg-blue-op), transparent 10em);
min-height: 100vh;
@ -30,7 +34,6 @@ html {
body {
margin: 0 0 5em 0;
font-family: sans-serif;
font-size: .8rem;
color: var(--text);