From 9c71ab8d0f62904e2e4c4721d1651bf402eab0be Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sat, 10 Jun 2023 21:24:28 +0200 Subject: [PATCH] use catppuccin mocha theme --- sass/index.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sass/index.scss b/sass/index.scss index d7bec06..71c0311 100644 --- a/sass/index.scss +++ b/sass/index.scss @@ -1,18 +1,18 @@ body { - background-color: #282a36; - color: #f8f8f2; - font-family: monospace; + background-color: #1e1e2e; + color: #cdd6f4; + font-family: monospace; } #header { - display: flex; - float: left; + display: flex; + float: left; } #links { - float: right; + float: right; } a { - color: #bd93f9; + color: #cba6f7; }