Skip to content
Snippets Groups Projects
Commit 24c652b9 authored by Kayz's avatar Kayz
Browse files

Update style.css

parent 481d3d81
Branches
Tags
No related merge requests found
...@@ -273,6 +273,16 @@ animation: indicator-fade 3s ease 0s 1 alternate !important; ...@@ -273,6 +273,16 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
background-color: #ddd !important; background-color: #ddd !important;
} }
.dark .btn {
color: #000;
background-color: #ddd ;
}
.dark .btn-primary {
color: #FFF;
background-color: #337ab7;
}
.dark a.btn :hover, .dark .icon:hover { .dark a.btn :hover, .dark .icon:hover {
color: #000; color: #000;
background-color: #fff !important; background-color: #fff !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment