Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve 404 styles
Alexis Sellier committed 4 years ago
commit 3f93c97e54f4e49250412d2c840ef2d8accf52f4
parent d439016806dfc233ec503f94b39a56588057788a
2 files changed +7 -1
modified public/index.css
@@ -388,6 +388,12 @@ span.small, .text-xsmall {
.text-small {
	font-size: 0.875rem;
}
+
.text-medium {
+
	font-size: 1.25rem;
+
}
+
.text-big {
+
	font-size: 1.5rem;
+
}

button.error:hover {
	background-color: var(--color-negative);
modified src/NotFound.svelte
@@ -10,7 +10,7 @@
<Modal subtle>
  <span slot="title">🏜️</span>
  <span slot="body">
-
    <p class="highlight"><strong>{title}</strong></p>
+
    <p class="highlight text-medium"><strong>{title}</strong></p>
    <p>{subtitle}</p>
  </span>
  <span slot="actions">