ドキュメント作成
[YACASL2.git] / doc / style.css
index 42c692e..82ecca8 100644 (file)
@@ -69,8 +69,13 @@ table.cartouche, table.cartouche th, table.cartouche td  {
     border: none;
 }
 
-pre.example .command {
+pre.example .command, pre.example .option {
     font-weight: bold;
     background-color: inherit;
     color: white;
-}
\ No newline at end of file
+}
+
+pre.example strong {
+    font: inherit;
+    border: 2px solid green;
+}