Codebase list gnome-shell-extensions / d3beb6f extensions / example / stylesheet.css
d3beb6f

Tree @d3beb6f (Download .tar.gz)

stylesheet.css @d3beb6fraw · history · blame

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;
}