Template:Header tabs memory/styles.css

From Love and Deepspace Wiki
Revision as of 02:44, 31 January 2024 by Elaeagnifolia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.header-tab-button-container {
	display: flex;
	justify-content: center;
}

.header-tab-button {
	width: 100px;
	padding: .25em;
	text-align: center;
	margin: 4px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.header-tab-selected {
	background: lightblue;
	border: 2px solid skyblue;
}