mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-15 11:00:42 +01:00
21 lines
310 B
CSS
21 lines
310 B
CSS
|
@define-color colorAccent #9aa7c8;
|
||
|
@define-color colorPrimary #9aa7c8;
|
||
|
|
||
|
.mode .button{
|
||
|
border-radius:0px;
|
||
|
border-top:none;
|
||
|
border-bottom:none;
|
||
|
padding:10px;
|
||
|
}
|
||
|
|
||
|
.button_avatar{
|
||
|
padding:0;
|
||
|
border:0;
|
||
|
box-shadow:none;
|
||
|
background:none;
|
||
|
}
|
||
|
|
||
|
.toot-text{
|
||
|
background: none;
|
||
|
}
|