Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Adds minimal scrollbar styling
Johannes Kühlewindt committed 11 months ago
commit 30f586a01268e82842f089a7c6ab10b9269e5eb7
parent 8e683cf7ce35869f6fc556bf8feebbbb5ba7a5ee
1 file changed +10 -0
modified public/index.css
@@ -22,6 +22,16 @@ body {
  background-color: var(--color-background-default);
}

+
::-webkit-scrollbar {
+
  width: 6px;
+
  height: 6px;
+
  background: transparent;
+
}
+

+
::-webkit-scrollbar-thumb {
+
  background: rgba(128, 128, 128, 0.5);
+
}
+

::selection {
  background: var(--color-fill-yellow);
  color: var(--color-foreground-black);