summaryrefslogtreecommitdiffstats
path: root/gnomeshell@pidgin.im/stylesheet.css
blob: a8dc980f6904c6a1ea79ad734d745356ffce1fd0 (plain)
1
2
3
4
5
6
7
8
/* Example stylesheet */
.helloworld-label {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    background-color: rgba(10,10,10,0.7);
    border-radius: 5px;
}