/*
Theme Name: The Angry Gut
Template: twentytwentyfive
Version: 1.0
*/

/* The footer sits on deep bile. The theme's link colour is teal, which measures 1.09:1 against
   bile and is effectively invisible — cream is 7.08:1. Underlined so the link is not carried by
   colour alone. */
.wp-block-template-part footer a,
footer.wp-block-template-part a,
.has-bile-background-color a {
	color: var(--wp--preset--color--cream);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.wp-block-template-part footer a:hover,
footer.wp-block-template-part a:hover,
.has-bile-background-color a:hover {
	color: var(--wp--preset--color--lime);
}
