kremalicious/blowfish

View on GitHub
src/renderer/components/Home/Welcome.module.css

Summary

Maintainability
Test Coverage
.welcome {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 2rem;
}

.welcome svg {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem auto;
  fill: #e2e2e2;
}

:global(.dark) .welcome svg {
  fill: #41474e;
}