mirror of
https://github.com/aljazceru/pear-docs.git
synced 2026-01-31 12:24:24 +01:00
removed home icon
This commit is contained in:
16
pulse.html
16
pulse.html
@@ -101,7 +101,7 @@
|
||||
blockquote::before { content: "ℹ"; float: left; font-size: 1.625rem; margin-left: 1rem; margin-right: 0.625rem; }
|
||||
.col { max-width: 63rem; margin: 0 auto; margin-top: 1rem; }
|
||||
|
||||
#back, #mode, #home {
|
||||
#back, #mode {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
@@ -119,19 +119,6 @@
|
||||
top: 60px;
|
||||
}
|
||||
|
||||
#home {
|
||||
top: 110px;
|
||||
}
|
||||
|
||||
html.light #home {
|
||||
color: #7c9735;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
header:has(~ #documentation:target) > #headin > #home {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#bar {
|
||||
backdrop-filter: blur(64px);
|
||||
-webkit-app-region: drag;
|
||||
@@ -183,7 +170,6 @@
|
||||
</defs>
|
||||
</svg>
|
||||
<img id="mode" src="/assets/light.svg" onclick="document.documentElement.classList.toggle('light');"></img>
|
||||
<img id="home" src="/assets/home.svg" onclick="document.querySelector('docs-viewer').load('/readme.md')"></img>
|
||||
<img id="back" src="/assets/arrow.svg" onclick="history.back()"></img>
|
||||
<nav>
|
||||
<a href="#status" style="text-indent: -1rem">System Status</a>
|
||||
|
||||
Reference in New Issue
Block a user