Browse Source

Merge pull request #217 from logseq/fix-css-tables

There was another missing semicolon which could cause a bug in production, i fixed it and merged.
Sly 5 years ago
parent
commit
0c12c261c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/css/common.css

+ 1 - 1
resources/css/common.css

@@ -53,7 +53,7 @@
     --ls-primary-background-color: white;
     --ls-secondary-background-color: #D8E1E8;
     --ls-tertiary-background-color: #f0f8ff;
-    --ls-quaternary-background-color: #f7f7f7
+    --ls-quaternary-background-color: #f7f7f7;
 
     --ls-block-properties-background-color: var(--ls-tertiary-background-color);
     --ls-search-background-color: var(--ls-primary-background-color);