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
›
e8905013ef531d7a94976b0933eaa860abdf9cb4
Fix default svg fill
Alexis Sellier
committed
4 years ago
commit e8905013ef531d7a94976b0933eaa860abdf9cb4
parent
55bf46729b2e3dede86f0273604eb50622bf9def
1 file changed
+3
-0
modified
src/Icon.svelte
@@ -59,6 +59,9 @@
</script>
<style>
+
svg {
+
fill: transparent;
+
}
svg.fill {
fill: currentColor;
}