Style header bar

This commit is contained in:
Shav Kinderlehrer 2023-11-08 00:50:13 -05:00
parent a0810fc71e
commit bae57e27c4

View File

@ -13,7 +13,7 @@
<div class="section" data-title="software"> <div class="section" data-title="software">
<br /> <br />
<a href="/software">implementations</a> <a href="/software">known software</a>
</div> </div>
</div> </div>
<slot /> <slot />
@ -31,6 +31,13 @@
justify-content: center; justify-content: center;
align-items: baseline; align-items: baseline;
} }
#header {
background: #222;
padding: 3px 0;
}
#header a {
color: #fff;
}
.spacer { .spacer {
width: 2em; width: 2em;
@ -38,6 +45,9 @@
.section::before { .section::before {
content: attr(data-title) ":"; content: attr(data-title) ":";
color: #aaa; color: #bbb;
font-size: 0.8em;
font-weight: bold;
} }
</style> </style>