File: _declarations.scss

package info (click to toggle)
r-cran-bslib 0.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,332 kB
  • sloc: javascript: 10,075; makefile: 30; sh: 23
file content (4 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
// Cards are white by default, but we want a smarter default for .well
// that it appears gray by default
$well-bg: $card-cap-bg !default;
$well-color: $body-color !default;