mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
Merge pull request #6002 from lb-/feature/docs-update-colour-and-wagtail-logo
Revise bg colour & wagtail icon hover styles in documentation
This commit is contained in:
commit
f88bd4bc7f
13
docs/_static/css/custom.css
vendored
13
docs/_static/css/custom.css
vendored
@ -10,11 +10,11 @@ div.wy-nav-side {
|
||||
}
|
||||
|
||||
div.wy-side-nav-search {
|
||||
background-color: #43b1b0; /*color-teal*/
|
||||
background-color: #007d7e; /*color-teal*/
|
||||
}
|
||||
|
||||
.wy-nav-top {
|
||||
background-color: #43b1b0; /*color-teal*/
|
||||
background-color: #007d7e; /*color-teal*/
|
||||
}
|
||||
|
||||
.wy-side-nav-search>a:hover, .wy-side-nav-search .wy-dropdown>a:hover {
|
||||
@ -29,6 +29,15 @@ div.wy-side-nav-search {
|
||||
border-color: #d9d9d9; /*color-grey-3*/
|
||||
}
|
||||
|
||||
.logo {
|
||||
transition: all 0.25s cubic-bezier(0.28, 0.15, 0, 2.1);
|
||||
}
|
||||
|
||||
.logo:hover {
|
||||
transform: rotate(8deg);
|
||||
transition: transform 1.2s ease;
|
||||
}
|
||||
|
||||
/* Wagtail Space */
|
||||
a.wagtailspace {
|
||||
background: #00676a;
|
||||
|
Loading…
Reference in New Issue
Block a user