Template:SFV Button FAT/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 14: Line 14:
         color: white;
         color: white;
         filter: grayscale(0);
         filter: grayscale(0);
}
.fatbtn::after {
        content: "Open in FAT";
}
}

Revision as of 18:56, 4 May 2021

.fatbtn {
  	border: none;
	color: #c1c1c1;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	border-radius: 4px;
        filter: grayscale(1);
}

.fatbtn:hover {
	background-color: #3598DB;
        color: white;
        filter: grayscale(0);
}
.fatbtn::after {
        content: "Open in FAT";
}