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

From Vikoli
Jump to navigation Jump to search
(Bruk 'inherit' au nai tsatain vargje (gruun deki ka chigau vargje jam au vil nai ka sejena trelo))
(iskat catain vargje fu diskord)
Line 1: Line 1:
.taina{
.taina{
background-color: #bbb;
background-color: rgb(196, 201, 206);
color: #bbb;
color: rgb(196, 201, 206);
padding: 0.05em;
padding: 0.05em;
transition: ease 0.1s;
transition: ease 0.1s;

Revision as of 03:31, 31 January 2025

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

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