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 { .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 {