mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-07 19:03:13 +00:00
Bug fixes
This commit is contained in:
parent
6407669a5a
commit
59b30d9d73
4 changed files with 67 additions and 59 deletions
|
@ -800,6 +800,7 @@ nav .btn {
|
|||
|
||||
.active-tab {
|
||||
background-color: #8C977D !important;
|
||||
background-image: linear-gradient(to top, #7f8b6f, #8C977D) !important;
|
||||
}
|
||||
|
||||
.logs {
|
||||
|
@ -1093,6 +1094,7 @@ a.btn {
|
|||
|
||||
.btn-neutral {
|
||||
background-color: #121212;
|
||||
background-image: linear-gradient(to top, #111111, #121212);
|
||||
/*color: $white;*/
|
||||
}
|
||||
|
||||
|
|
|
@ -136,6 +136,7 @@ a.btn {
|
|||
}
|
||||
.btn-neutral {
|
||||
background-color: $neutral;
|
||||
background-image: linear-gradient(to top, darken($neutral, 0.5%), $neutral);
|
||||
/*color: $white;*/
|
||||
}
|
||||
|
||||
|
|
|
@ -787,6 +787,7 @@
|
|||
}
|
||||
.active-tab {
|
||||
background-color: $page-accent !important;
|
||||
background-image: linear-gradient(to top, darken($page-accent, 5%), $page-accent) !important;
|
||||
}
|
||||
|
||||
.logs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue