Template:Tingle/Styles.css: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
(Created page with "→‎[[Category:Template Styles]]: ")
 
No edit summary
 
Line 1: Line 1:
/* [[Category:Template Styles]] */
/* [[Category:Template Styles]] */
/* Using in-game text and background colors */
.comments--tingle .comments__quote-bubble {
border-color: #00b840; /* green from Tingle's suit (see File:TWW Tingle Tuner Face Sprite.png) */
background-color: #f8f8f8;
color: #784018;
}

Latest revision as of 13:02, 28 August 2023

/* [[Category:Template Styles]] */

/* Using in-game text and background colors */
.comments--tingle .comments__quote-bubble {
	border-color: #00b840; /* green from Tingle's suit (see File:TWW Tingle Tuner Face Sprite.png) */
	background-color: #f8f8f8; 
	color: #784018;
}