emタグのスタイルを変更
authorj8takagi <j8takagi@nifty.com>
Thu, 28 Sep 2023 10:49:52 +0000 (19:49 +0900)
committerj8takagi <j8takagi@nifty.com>
Thu, 28 Sep 2023 10:49:52 +0000 (19:49 +0900)
doc/style.css

index 2fff4b7..d626060 100644 (file)
@@ -166,3 +166,8 @@ dfn {
 .header, .menu {
     display: none;
 }
+
+em {
+    font-style: normal;
+    font-weight: bold;
+}