aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:12:48 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:12:48 +0200
commitdc20c2ba8377a90a3170642c9b3df6cd5166ad72 (patch)
tree744a6ce5076fc3378ded6a08acca122637229afc /src/index.css
Initial commit
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css
new file mode 100644
index 0000000..29b518f
--- /dev/null
+++ b/src/index.css
@@ -0,0 +1,32 @@
+:root {
+ font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
+ line-height: 1.5;
+ font-weight: 400;
+
+ color-scheme: light dark;
+
+ font-synthesis: none;
+ text-rendering: optimizeLegibility;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+body {
+ display: flex;
+ flex-direction: column;
+ place-items: center;
+
+ margin: 0;
+ min-width: 320px;
+ min-height: 100vh;
+}
+
+a {
+ font-weight: 500;
+ color: #646cff;
+ text-decoration: inherit;
+}
+
+a:hover {
+ color: #535bf2;
+} \ No newline at end of file