Difference between revisions of "polfal:Taina/zegodja.css"

From Vikoli
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
color: rgb(196, 201, 206);
color: rgb(196, 201, 206);
padding: 0.05em;
padding: 0.05em;
transition: ease 0.170s !important;
transition: ease 0.1s !important;
display: inline-block;
display: inline-block;
border-radius: 4px
border-radius: 4px

Revision as of 03:39, 31 January 2025

.taina{
	background-color: rgb(196, 201, 206);
	color: rgb(196, 201, 206);
	padding: 0.05em;
	transition: ease 0.1s !important;
	display: inline-block;
	border-radius: 4px
}

.taina:hover{
	background-color: inherit;
	color: inherit;
}