From 986487d99426e7e7e8ddbc9e893a2bdf2dddcc73 Mon Sep 17 00:00:00 2001 From: Cesar Faber Date: Thu, 25 Jan 2024 13:12:09 -0300 Subject: [PATCH] adding new secret --- src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 26d1387..deb229b 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -5,9 +5,9 @@ } body { + font-family: "Fira Code", monospace; background-color: #282c32; color: white; - font-family: "Fira Code", monospace; width: 100vw; height: 100vh; display: flex;