about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/tables.scss
diff options
context:
space:
mode:
authorbeatrix <beatrix.bitrot@gmail.com>2018-01-14 17:48:02 -0500
committerGitHub <noreply@github.com>2018-01-14 17:48:02 -0500
commitcd6674606fe07dbecdfb0c49a6968ff58188bfd8 (patch)
tree0183edc9d55bbd8870618bcb8c334ccfb1574473 /app/javascript/flavours/glitch/styles/tables.scss
parent39f231f3da1ffe7e8a75df924790005fde5fe7fa (diff)
parentf9b08e2142f552ed2873a014b78869df04c614e3 (diff)
Merge pull request #329 from KnzkDev/scss-refactor
SCSS Refactor
Diffstat (limited to 'app/javascript/flavours/glitch/styles/tables.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/tables.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/tables.scss b/app/javascript/flavours/glitch/styles/tables.scss
index ad46f5f9f..92870e679 100644
--- a/app/javascript/flavours/glitch/styles/tables.scss
+++ b/app/javascript/flavours/glitch/styles/tables.scss
@@ -40,6 +40,12 @@
 
   strong {
     font-weight: 500;
+
+    @each $lang in $cjk-langs {
+      &:lang(#{$lang}) {
+        font-weight: 700;
+      }
+    }
   }
 
   &.inline-table > tbody > tr:nth-child(odd) > td,