Compare commits
3 commits
3eb378ed88
...
a466717258
Author | SHA1 | Date | |
---|---|---|---|
|
a466717258 | ||
|
3c0b455e48 | ||
|
94da19bdd9 |
1 changed files with 42 additions and 42 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue