Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
e7aee8a901a614df995a73f4c9d6f1aacb54c020
Fix css import
Alexis Sellier
committed
5 years ago
commit e7aee8a901a614df995a73f4c9d6f1aacb54c020
parent
932f4e7c212dafafde990948779cb2600efe807e
1 file changed
+1
-1
modified
public/index.css
@@ -1,4 +1,4 @@
-
@import url(/typography.css);
+
@import url(./typography.css);
* {
outline: none !important;