Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add bottom-border radius to Readme component due to background peaking out
Sebastian Martinez committed 3 years ago
commit ba7067492ee9b2c5e92fdc3ef9d42a1268a0e072
parent c335638a38cec08ebb07668f2a6c3b0734e5fb0c
1 file changed +2 -0
modified src/base/projects/Readme.svelte
@@ -16,6 +16,8 @@
    padding: 2rem;
    width: 100%;
    background: var(--color-foreground-1);
+
    border-bottom-left-radius: var(--border-radius-small);
+
    border-bottom-right-radius: var(--border-radius-small);
  }
</style>