<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.feature-placeholder {
  border: 1px dotted black;
  background: #eee;
  height: 100px;

}

/* The header alert thing is a feature */
#header-alert {
	background-color: #5c78d6;
	color: #fff;
	text-align: center;
	padding: 5px 10px 0px;
}

#header-alert a,
#header-alert a:active,
#header-alert a:hover,
#header-alert a:visited {
  color: #fff;
}

a.announcement-inline,
a.announcement-inline:active,
a.announcement-inline:hover,
a.announcement-inline:visited {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    top: 15px;
}
</pre></body></html>