style: Ran dos2unix
Seems like someone saved this file with CRLF line endings :/
This commit is contained in:
parent
a7725358f8
commit
4e14111e13
1 changed files with 42 additions and 42 deletions
|
@ -1,42 +1,42 @@
|
||||||
body {
|
body {
|
||||||
font-family: "IBM Plex Mono", monospace;
|
font-family: "IBM Plex Mono", monospace;
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
background: #161616;
|
background: #161616;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #f1c21b;
|
color: #f1c21b;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #ff832b;
|
color: #ff832b;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #fddc69;
|
color: #fddc69;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
color: #fcf4d6;
|
color: #fcf4d6;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1#construction {
|
h1#construction {
|
||||||
color: #f1c21b;
|
color: #f1c21b;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
max-width: 30rem;
|
max-width: 30rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 50rem;
|
max-width: 50rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue