X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fstyle.css;h=2504e9f0d0d53c3a6fcacb58729ba0e25c334e5a;hb=6a19bed210500ab8303a0e94d74adbf2ee0e2920;hp=6597f996aba5c27e71f5b0fc381c272024fbb36b;hpb=13b21e2a9ba53c7109ae0bbfd774f16f0c9d4413;p=rodin%2Fchimara.git diff --git a/tests/style.css b/tests/style.css index 6597f99..2504e9f 100644 --- a/tests/style.css +++ b/tests/style.css @@ -14,6 +14,7 @@ * input * user1 * user2 + * hyperlink * * Possible style hints: * font-family (string) @@ -73,3 +74,7 @@ buffer.user1 { buffer.user2 { } + +buffer.hyperlink { + color: #ff0000; +}