15 lines
269 B
SCSS
Raw Normal View History

2024-09-03 14:38:34 -07:00
// Fonts
@import url('https://fonts.bunny.net/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
2024-09-03 15:15:57 -07:00
$body-bg: #fff;
$body-color: #111;
$table-striped-bg: #fafafa;
2024-09-03 14:38:34 -07:00
@import 'bootstrap/scss/bootstrap';
2024-09-03 15:15:57 -07:00
@import 'bootstrap-icons/font/bootstrap-icons.css';