Skip to content

Commit

Permalink
Improve css
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jan 8, 2021
1 parent 52a8612 commit f54a4e5
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions base.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
body {
font-family : system-ui, -apple-system;
width : 60em;
margin : 10ex auto
font-family: system-ui, -apple-system;
padding: 0 2em;
width: 60em;
margin: 10ex auto;
}

code {
background-color : whitesmoke;
color : DarkSlateGrey;
padding : 0.5ex 0.5em;
border-radius : 0.75em
background-color: whitesmoke;
color: darkslategrey;
padding: 0.5ex 0.5em;
border-radius: 0.75em;
}

code.language-console {
padding : 2ex 2em;
margin : 2ex 0;
display : block
padding: 2ex 1em;
margin: 2ex 0;
font-size: xx-large;
font-weight: bold;
display: block;
}

code.language-console:before {
content : "$ ";
color : black
code.language-console::before {
content: "$ ";
color: black;
}

0 comments on commit f54a4e5

Please sign in to comment.