mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Updated footer colour
This commit is contained in:
parent
c2f9d0231a
commit
8915c760d8
@ -1,3 +0,0 @@
|
|||||||
:root {
|
|
||||||
--md-primary-fg-color: #3d90ce;
|
|
||||||
}
|
|
||||||
8
docs/stylesheets/extra.css
Normal file
8
docs/stylesheets/extra.css
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
:root {
|
||||||
|
--md-primary-fg-color: #3d90ce;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root > * {
|
||||||
|
/* Footer */
|
||||||
|
--md-footer-bg-color: #3d90ce;
|
||||||
|
}
|
||||||
@ -43,7 +43,7 @@ theme:
|
|||||||
- navigation.instant
|
- navigation.instant
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- css/extra.css
|
- stylesheets/extra.css
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user