Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make some CSS tweaks
Alexis Sellier committed 4 years ago
commit b57f662dfd700acd865eb65fad125d5556b1de5a
parent 3ca8826d23997b363028ade9ccafd393a939b78e
1 file changed +10 -0
modified public/index.css
@@ -61,6 +61,7 @@ body {
	color: white;
	text-align: left;
	background-color: var(--color-background);
+
	-webkit-font-smoothing: antialiased;
}

html {
@@ -73,6 +74,15 @@ html {
	-webkit-tap-highlight-color: transparent;
}

+
::-moz-selection {
+
	background: var(--color-primary);
+
	color: var(--color-background);
+
}
+
::selection {
+
	background: var(--color-primary);
+
	color: var(--color-background);
+
}
+

code {
	font-family: monospace;
	font-size: 0.95rem;