Add some slight box-shadow to titles and code examples.
This commit is contained in:
parent
1bbb5d65d0
commit
f0a14c1751
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,8 @@ body {
|
|||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
box-shadow: 0px 0px 8px #888888 inset;
|
||||
}
|
||||
|
||||
img.me {
|
||||
|
@ -82,6 +84,7 @@ h2 {
|
|||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
margin-top: 30px;
|
||||
box-shadow: 0px 0px 8px #888888 inset;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
@ -138,4 +141,5 @@ pre.example {
|
|||
padding: 8px 5px 8px 30px;
|
||||
background-color: cornsilk;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0px 0px 8px #888888 inset;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue