Difference between revisions of "polfal:Taina-stur/zegodja.css"
Jump to navigation
Jump to search
(tsa) |
(No difference)
|
Latest revision as of 03:53, 2 February 2025
/* poghajena taina/zegodja.css kara de kawarijena */
.taina{
background-color: rgb(196, 201, 206);
color: rgb(196, 201, 206);
transition: ease 0.1s !important;
border-radius: 4px;
display: inline-block;
/*min-width: fit-content;
width: fit-content;*/
padding: 3.5px 0 3.5px 0;
/* Trengena men lakijenanai na TemplateStyles.
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
*/
}
.taina:hover{
background-color: inherit;
color: inherit;
}