From 50e9bfdef604a88769fe263a6e7679273ecd6709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Thu, 19 Nov 2020 18:13:50 +0100 Subject: [PATCH] fix: ajusted indentation in css files --- pages/css/blink.css | 52 ++++++++++++++++++++--------------------- pages/css/main.css | 56 ++++++++++++++++++++++----------------------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/pages/css/blink.css b/pages/css/blink.css index 7999ab9..bf38765 100644 --- a/pages/css/blink.css +++ b/pages/css/blink.css @@ -1,27 +1,27 @@ *::selection { - background: #c0c5ce; - color: #1c1f26; - } - *::-moz-selection { - background: #c0c5ce; - color: #1c1f26; - } - *::-webkit-selection { - background: #c0c5ce; - color: #1c1f26; - } - - @keyframes blink { - 0% { opacity: 1.0; } - 50% { opacity: 0.0; } - 100% { opacity: 1.0; } - } - @-webkit-keyframes blink { - 0% { opacity: 1.0; } - 50% { opacity: 0.0; } - 100% { opacity: 1.0; } - } - .blink { - animation: blink 1s step-start 0s infinite; - -webkit-animation: blink 1.5s step-start 0s infinite; - } \ No newline at end of file + background: #c0c5ce; + color: #1c1f26; +} +*::-moz-selection { + background: #c0c5ce; + color: #1c1f26; +} +*::-webkit-selection { + background: #c0c5ce; + color: #1c1f26; +} + +@keyframes blink { + 0% { opacity: 1.0; } + 50% { opacity: 0.0; } + 100% { opacity: 1.0; } +} +@-webkit-keyframes blink { + 0% { opacity: 1.0; } + 50% { opacity: 0.0; } + 100% { opacity: 1.0; } +} +.blink { + animation: blink 1s step-start 0s infinite; + -webkit-animation: blink 1.5s step-start 0s infinite; +} \ No newline at end of file diff --git a/pages/css/main.css b/pages/css/main.css index 03c8520..b82629a 100644 --- a/pages/css/main.css +++ b/pages/css/main.css @@ -1,65 +1,65 @@ * { - scrollbar-color: #202324 #454a4d; + scrollbar-color: #202324 #454a4d; } html, body { - background-color: #232830; + background-color: #232830; } body { - font-family: 'Lora', serif; - font-size: 26px; - text-rendering: optimizeLegibility; - max-width: 40em; - margin: 0 auto; - padding: 1em; + font-family: 'Lora', serif; + font-size: 26px; + text-rendering: optimizeLegibility; + max-width: 40em; + margin: 0 auto; + padding: 1em; } body, a { - color: #c0c5ce; + color: #c0c5ce; } a { - text-decoration: underline; - text-decoration-color: #283593; - text-decoration-thickness: 2px; + text-decoration: underline; + text-decoration-color: #283593; + text-decoration-thickness: 2px; } a:hover { - text-decoration: underline; - text-decoration-color: #5f5fc4; - text-decoration-thickness: 2px; + text-decoration: underline; + text-decoration-color: #5f5fc4; + text-decoration-thickness: 2px; } p { - margin-bottom: .7em; - text-align: justify; + margin-bottom: .7em; + text-align: justify; } h1 { - font-size: 1.9em; - margin-bottom: .7em; + font-size: 1.9em; + margin-bottom: .7em; } ol, ul { - margin: .7em 0 0 1.3em; + margin: .7em 0 0 1.3em; } - + li { - margin-bottom: 0.3em; + margin-bottom: 0.3em; } hr { - border: 0; - border-top: 1px dashed #d2d2d2; - height: 0; - margin: 1.6em 0; + border: 0; + border-top: 1px dashed #d2d2d2; + height: 0; + margin: 1.6em 0; } header { - margin: 1.3em 0 2em; + margin: 1.3em 0 2em; } .blink { - margin-left: -5px; + margin-left: -5px; } \ No newline at end of file