From 4e14111e138b30d4d15401bd91c287f605b35294 Mon Sep 17 00:00:00 2001 From: Yuki Joou Date: Sun, 28 May 2023 13:03:41 +0200 Subject: [PATCH] style: Ran dos2unix Seems like someone saved this file with CRLF line endings :/ --- src/style.css | 84 +++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/src/style.css b/src/style.css index 5190719..2583815 100644 --- a/src/style.css +++ b/src/style.css @@ -1,42 +1,42 @@ -body { - font-family: "IBM Plex Mono", monospace; - color: lightgray; - background: #161616; - - display: flex; - flex-direction: column; - align-items: center; -} - -a { - font-weight: 600; - color: #f1c21b; -} - -a:visited { - color: #ff832b; -} - -a:hover { - color: #fddc69; -} - -a:active { - color: #fcf4d6; -} - -h1#construction { - color: #f1c21b; -} - -header { - max-width: 30rem; - display: flex; - flex-direction: column; - align-items: center; - text-align: center; -} - -main { - max-width: 50rem; -} +body { + font-family: "IBM Plex Mono", monospace; + color: lightgray; + background: #161616; + + display: flex; + flex-direction: column; + align-items: center; +} + +a { + font-weight: 600; + color: #f1c21b; +} + +a:visited { + color: #ff832b; +} + +a:hover { + color: #fddc69; +} + +a:active { + color: #fcf4d6; +} + +h1#construction { + color: #f1c21b; +} + +header { + max-width: 30rem; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} + +main { + max-width: 50rem; +}