Skip to content

Commit

Permalink
Merge pull request #240 from RCheesley/apply-mautic-theme
Browse files Browse the repository at this point in the history
Add theme styling to match Mautic branding
  • Loading branch information
RCheesley authored Oct 31, 2024
2 parents a957c2c + 6087c43 commit 01d0da0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{% extends "!layout.html" %}
{% set css_files = css_files + ["_static/tablefix.css"] %}
{% set css_files = css_files + ["_static/tablefix.css"] + ["_static/theme.css"] %}
15 changes: 15 additions & 0 deletions docs/css/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.wy-side-nav-search, .wy-nav-side {
background-color: #4e5e9e;
}

.wy-menu-vertical p.caption {
color: #fdb933;
}

a {
color: #4e5e9e;
}

.wy-menu-vertical a, .wy-side-nav-search>a {
color: #ffffff;
}

0 comments on commit 01d0da0

Please sign in to comment.