engelsystem/resources/assets/themes/dark.scss

7 lines
154 B
SCSS
Raw Normal View History

2021-08-05 01:00:12 +02:00
// All dark themes
$input-group-addon-color: #222;
$input-disabled-bg: #111;
$alert-bg-scale: 70%;
$secondary: #222;
2022-12-22 18:28:51 +01:00
$table-striped-bg: rgba(#fff, 0.05);