https://github.com/google/jax
Raw File
Tip revision: ae4f1fcb66d13d6606525c0810bd9a0aba087f0c authored by Yash Katariya on 27 March 2023, 19:29:35 UTC
Update the commit in workspace too
Tip revision: ae4f1fc
style.css
@import url("theme.css");

:root {
  --block-bg-opacity: .5;
}

.wy-side-nav-search {
  background-color: #fff;
}

.getting-started {
  background-color: rgba(78, 150, 253, var(--block-bg-opacity));
}

.user-guides {
  background-color: rgba(0, 169, 154, var(--block-bg-opacity));
}

.developer-docs {
  background-color: rgba(171, 0, 182, var(--block-bg-opacity));
}
back to top