diff --git a/docs/source/_static/style.css b/docs/source/_static/style.css index 0f5807460..d259829c1 100644 --- a/docs/source/_static/style.css +++ b/docs/source/_static/style.css @@ -35,6 +35,12 @@ h5 { .sidebar-title { padding-left: 15px; + color: #716b7a; +} + +.sponsors-list { + overflow-y: hidden !important; + overflow-x: hidden; } .bs-sidenav .sponsors-list li a:hover { @@ -42,7 +48,12 @@ h5 { border: none; } +.sponsors-list li { + padding: 0.5em 0; +} + .sponsors-list li a { + background-color: transparent; text-align: center; } @@ -54,6 +65,7 @@ h5 { .patreon-link-container { margin: 0.5em 0 1em 0; + padding: 0; } .patreon-link-container a { diff --git a/docs/source/_templates/sponsors.html b/docs/source/_templates/sponsors.html index a16b28e19..0c6e7bf14 100644 --- a/docs/source/_templates/sponsors.html +++ b/docs/source/_templates/sponsors.html @@ -1,16 +1,18 @@ - + - -Become a sponsor - +Become a sponsor diff --git a/index.html b/index.html index c870ca61d..d8729943a 100644 --- a/index.html +++ b/index.html @@ -221,6 +221,7 @@

Converse is supported by:

diff --git a/logo/codefirst.png b/logo/codefirst.png new file mode 100644 index 000000000..027111280 Binary files /dev/null and b/logo/codefirst.png differ diff --git a/logo/wikisuite.png b/logo/wikisuite.png index d017e092f..23bcd1368 100644 Binary files a/logo/wikisuite.png and b/logo/wikisuite.png differ