28 lines
501 B
CSS
28 lines
501 B
CSS
/*
|
|
You can type here any CSS rule recognized by GTK.
|
|
You can temporarily disable this custom CSS by clicking on the “Pause” button above.
|
|
|
|
Changes are applied instantly and globally, for the whole application.
|
|
*/
|
|
|
|
.accdoration {
|
|
background:rgba(255, 255, 255, 0.5);
|
|
color:black;
|
|
}
|
|
|
|
.accdoration menubar{
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.accdoration popover{
|
|
color: black;
|
|
}
|
|
|
|
.accdoration box{
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.accdoration button{
|
|
color:black;
|
|
}
|