Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Revert "header: Notice about domain migration"
Lorenz Leutgeb committed 7 days ago
commit 9764105fd8d24c2d314f370ff5464a7abd9ea966
parent 55f0752
3 files changed +2 -12
modified _includes/header.html
@@ -1 +0,0 @@
-
<header>The website of the Radicle project has moved from <i>radicle.xyz</i> to <i>radicle.dev</i>.</header>

\ No newline at end of file
modified _layouts/index.html
@@ -48,10 +48,5 @@
      }
    });
  </script>
-
  <script>
-
    if ((new URLSearchParams(window.location.search)).get("via") === "radicle.xyz") {
-
      document.querySelector("header").style.visibility = "visible";
-
    }
-
  </script>
</body>
</html>
modified assets/css/page.css
@@ -258,7 +258,9 @@ body > main > header > h1 {

body > header {
  position: relative;
+
  color: var(--color-fg-low-contrast);
  border-bottom: 1px solid var(--color-border-hint);
+
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: hidden;
@@ -267,12 +269,6 @@ body > header {
  height: 1.75rem;
  min-height: 1.5rem;
  line-height: 1.5rem;
-
  text-align: center;
-
  visibility: hidden;
-
}
-

-
body > header > i {
-
  color: var(--color-pink);
}

body > footer {