Changed 2 spaces to 4 in css

This commit is contained in:
Kristofers Solo 2022-12-23 09:45:35 +02:00
parent 1a23c050ba
commit 325b064630
5 changed files with 213 additions and 214 deletions

View File

@ -38,7 +38,7 @@ a:hover {
} }
code { code {
font-family: Consolas, 'courier new'; font-family: Consolas, "courier new";
color: #f0f6fc; color: #f0f6fc;
background-color: #393f48; background-color: #393f48;
border-radius: 8px; border-radius: 8px;

View File

@ -1,6 +1,6 @@
html, html,
body { body {
font-family: 'Roboto', sans-serif; font-family: "Roboto", sans-serif;
background: #0d1117; background: #0d1117;
} }

View File

@ -16,14 +16,14 @@ body {
grid-template-rows: 100px 50px 1fr; grid-template-rows: 100px 50px 1fr;
min-height: 100vh; min-height: 100vh;
place-items: center; place-items: center;
font-family: 'Source Sans Pro', sans-serif; font-family: "Source Sans Pro", sans-serif;
text-transform: uppercase; text-transform: uppercase;
font-size: 1.5rem; font-size: 1.5rem;
} }
/* The color pickers */ /* The color pickers */
[name='color'] { [name="color"] {
grid-row: 1 / 2; grid-row: 1 / 2;
align-self: end; align-self: end;
margin: 0.5em; margin: 0.5em;
@ -99,7 +99,7 @@ label:not(.hilt) {
} }
.blade::after { .blade::after {
content: ''; content: "";
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
@ -114,7 +114,7 @@ label:not(.hilt) {
} }
.blade::before { .blade::before {
content: ''; content: "";
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;

View File

@ -1,4 +1,3 @@
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, html,
body, body,
div, div,