Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make commit title in commit page semibold
Sebastian Martinez committed 2 years ago
commit 1e97828ccb42da23c1d9e548beb9f770300b7bb8
parent 91866f629283b506cfeb69a5210dcd2e8fd0b1f3
1 file changed +1 -0
modified src/views/projects/Commit.svelte
@@ -32,6 +32,7 @@
  .title {
    display: flex;
    align-items: center;
+
    font-weight: var(--font-weight-semibold);
  }
  .description {
    font-family: var(--font-family-monospace);