Template:SFV Button FAT/styles.css

Template page
< Template:SFV Button FAT
Revision as of 19:00, 4 May 2021 by Shiburizu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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:hover:after {
        content: " Open in FAT";
}