Skip to content

Commit

Permalink
add gradient to footer as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Apr 17, 2024
1 parent 2816bcd commit 0ca9875
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@
}
.md-tabs {
background: linear-gradient(to right, #16222A, #3A6073);
}
.md-footer {
background: linear-gradient(to right, #16222A, #3A6073);
}
[data-md-color-scheme="slate"] {
--md-footer-bg-color: linear-gradient(to right, #16222A, #3A6073);
--md-footer-bg-color--dark: linear-gradient(to right, #16222A, #3A6073)ed;
}

0 comments on commit 0ca9875

Please sign in to comment.