mirror of
https://github.com/seigler/janus
synced 2025-07-27 01:36:11 +00:00
feat: add directions for serving the file locally
This commit is contained in:
parent
a11212278d
commit
80be6f001a
5 changed files with 62 additions and 3 deletions
|
@ -10,6 +10,12 @@
|
|||
box-sizing: border-box;
|
||||
font-family: sans-serif;
|
||||
font-size: calc(2vw + 2em);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
li {
|
||||
|
@ -22,7 +28,10 @@ code {
|
|||
|
||||
kbd {
|
||||
font-family: Consolas, monaco, monospace;
|
||||
border: 2px dashed currentcolor;
|
||||
background-color: hsla(0, 0%, 100%, 0.2);
|
||||
border-radius: 0.5em;
|
||||
padding: 0.1em 0.4em 0;
|
||||
margin: -0.1em 0 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -30,7 +39,7 @@ h1 {
|
|||
position: relative;
|
||||
margin: 0 -10vw;
|
||||
padding: 0 10vw 0.1em;
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
background-color: hsla(0, 0%, 100%, 0.2);
|
||||
}
|
||||
h2 {
|
||||
font-size: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue