]> Untitled Git - lemmy-ui.git/blob - src/assets/css/themes/i386.scss
fix submodule error
[lemmy-ui.git] / src / assets / css / themes / i386.scss
1 @import "variables.i386";
2 @import "../../../../node_modules/bootstrap/scss/bootstrap";
3
4 .btn-outline-secondary {
5   color: $gray-500;
6 }
7
8 .dropdown-item.active,
9 .dropdown-item:hover,
10 option:disabled {
11   color: $secondary;
12 }
13
14 .input-group-text {
15   background: $gray-500;
16 }