init
This commit is contained in:
commit
81b7baeac7
61 changed files with 281 additions and 0 deletions
29
index.css
Normal file
29
index.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
html {
|
||||
color: rgb(51, 51, 46);
|
||||
font-family: "monospace";
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
#links {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#links a {
|
||||
color: #2525d8;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
html {
|
||||
font-size: 1rem;
|
||||
}
|
||||
pre {
|
||||
font-size: 2.6vw
|
||||
}
|
||||
#links {
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue