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

Update style.css

parent 481d3d81
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,16 @@ animation: indicator-fade 3s ease 0s 1 alternate !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 {
color: #000;
background-color: #fff !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment