blob: 7eba906d3dd56c3b58656215072314cddc91557a [file] [log] [blame]
/* 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); }