Use nested scss syntax

This commit is contained in:
2017-08-08 22:50:17 +01:00
parent 42fd1b4358
commit 28f128b355

View File

@@ -32,19 +32,19 @@ ul ul ol, ul ol ol, ol ul ol, ol ol ol {
.content {
margin-top: 80px;
}
.content a {
word-break: break-word;
}
a {
word-break: break-word;
}
.content code {
background-color: rgba(27,31,35,0.05);
border-radius: 3px;
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 90%;
margin: 0;
padding: 0.2em;
code {
background-color: rgba(27,31,35,0.05);
border-radius: 3px;
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 90%;
margin: 0;
padding: 0.2em;
}
}
#menu .pure-menu-label {