summaryrefslogtreecommitdiff
path: root/tests/test-libtextstyle-default.css
blob: 7eba906d3dd56c3b58656215072314cddc91557a (plain)
1
2
3
4
5
6
7
/* This file is in the public domain.

   Styling rules for the color-hello example.  */

.name      { text-decoration : underline; }
.boy-name  { background-color : rgb(123,201,249); }
.girl-name { background-color : rgb(250,149,158); }