X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=doc%2Fstyle.css;h=82ecca8b46fea4fdd062f92112fbc345a0b2be35;hp=42c692e6c7ec85f9ba731b9450d2c12c572388fe;hb=3aab1400bc11c15975b3094ac44e02c73a8c3d04;hpb=1c0f534eafd7d910708a8154a1208e25da28f1f2 diff --git a/doc/style.css b/doc/style.css index 42c692e..82ecca8 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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; +}