mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-28 21:32:20 +00:00
commit
492d2e7182
@ -166,9 +166,6 @@ input.searchButton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content code {
|
#content code {
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
|
|
||||||
color: #a6e22e;
|
color: #a6e22e;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -178,10 +175,12 @@ input.searchButton {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content p>code,
|
#content p code,
|
||||||
#content li>code,
|
#content li>code,
|
||||||
#content h2>code,
|
#content h2>code,
|
||||||
#content h3>code{
|
#content h3>code{
|
||||||
|
padding-left: 3px;
|
||||||
|
padding-right: 3px;
|
||||||
color: #c7254e;
|
color: #c7254e;
|
||||||
background: #f9f2f4;
|
background: #f9f2f4;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user