update submodule

This commit is contained in:
2020-09-26 22:45:16 +08:00
parent 720c8d0eff
commit 2e9cffa576
5 changed files with 22 additions and 6 deletions

13
source/_data/styles.styl Normal file
View File

@ -0,0 +1,13 @@
.posts-expand {
.post-title {
font-size: 1.6em;
+mobile() {
font-size: 1.4em;
}
}
}
code, kbd, samp {
font-size: 0.9em;
}