32 lines
691 B
HTML
Raw Permalink Normal View History

2024-05-21 20:48:30 +02:00
<style>
#nanoboot_banner {
font-size:2em;
font-weight: 500;
padding-top: 6px !important;
padding-bottom: 9px !important;
text-align:left;
padding-left:60px;
background: #7cd3ff;
background: linear-gradient(180deg, rgba(124, 211, 255,0.4) 10%, white 60%);
}
#nanoboot_banner a {
text-decoration:none;
text-transform: uppercase;
color:#4169E1 !important;
font-weight: 600;
display:inline-block;
}
</style>
<div id="nanoboot_banner"><a href="https://docs.nanoboot.org" style="text-transform:none;"><span style="color:blue;">Documentation</span></a> | <a href="https://www.nanoboot.org" target="_parent">Nanoboot</a> Project</div>