mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
Use nested scss syntax
This commit is contained in:
@@ -32,19 +32,19 @@ ul ul ol, ul ol ol, ol ul ol, ol ol ol {
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin-top: 80px;
|
margin-top: 80px;
|
||||||
}
|
|
||||||
|
|
||||||
.content a {
|
a {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content code {
|
code {
|
||||||
background-color: rgba(27,31,35,0.05);
|
background-color: rgba(27,31,35,0.05);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu .pure-menu-label {
|
#menu .pure-menu-label {
|
||||||
|
|||||||
Reference in New Issue
Block a user