noname/theme/style/card/wood.css

7 lines
135 B
CSS
Raw Normal View History

2015-11-06 10:05:08 +00:00
.card:not(*:empty){
color:rgb(77, 60, 51);
text-shadow:none;
2015-11-18 03:39:14 +00:00
background: url('../../woodden/wood.jpg');
2015-11-06 10:05:08 +00:00
background-size:auto;
}