akira-s 6 лет назад
Родитель
Сommit
cd5e489f01

+ 5 - 5
src/client/styles/scss/_layout.scss

@@ -90,11 +90,11 @@ header {
   }
 }
 
-  .revision-toc {
-    // to get on the Attachment row
-    z-index: 1;
-    overflow: hidden;
-    font-size: 0.9em;
+.revision-toc {
+  // to get on the Attachment row
+  z-index: 1;
+  overflow: hidden;
+  font-size: 0.9em;
 
   .revision-toc-content {
     padding: 10px;

+ 1 - 1
src/client/styles/scss/_layout_kibela.scss

@@ -46,8 +46,8 @@ body.kibela {
     bottom: 0px;
     left: 0px;
     z-index: absolute;
-    height: 11em;
     max-width: 840px;
+    height: 11em;
     margin: auto;
     border-radius: 0.35em;
   }

+ 1 - 1
src/client/styles/scss/theme/_apply-colors-kibela.scss

@@ -135,8 +135,8 @@ body.kibela {
 
   /* Inline Code */
   :not(.hljs) > code:not(.hljs) {
-    background-color: $bgcolor-inline-code;
     color: $color-inline-code;
+    background-color: $bgcolor-inline-code;
   }
 
   /* Card */