Skip to content

Commit

Permalink
fixed color scheme, org email, twitter link, CNAME to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
r3yc0n1c committed Jan 31, 2025
1 parent 9515336 commit ae6211a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
32 changes: 24 additions & 8 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
.logo {
height: 50px;
}
.wy-side-nav-search {
background: #0058de;
:root {
--eventyay-blue: #2185d0;
--light-blue: #7baaf0;
--light-gray: #f8f8f8;
}

a, a:visited, a:hover {
color: #e2007e;
color: var(--eventyay-blue);
}
a:hover {
text-decoration: underline;
}
.logo {
height: 50px;
}
.wy-side-nav-search {
/* background: #0058de; */
background: var(--eventyay-blue);
}
.wy-nav-side {
background: var(--light-gray);
}
.wy-menu-vertical header, .wy-menu-vertical p.caption {
color: #7baaf0;
/* color: #7baaf0; */
color: var(--eventyay-blue);
}

.wy-menu-vertical a {
color: #d9d9d9;
/* color: #d9d9d9; */
color: var(--eventyay-blue);
}
.wy-menu-vertical a:hover {
background-color: #eeeeee;
}
@media screen and (min-width: 480px) {
.wy-table-responsive table.rest-resource-table td, .wy-table-responsive table.rest-resource-table th {
Expand Down
4 changes: 2 additions & 2 deletions docs/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ <h2>Useful links</h2>
</div>
<div class="wy-sectionbox">
<div class="wy-icon">
<a href="https://twitter.com/eventyay" target="_blank">
<a href="https://x.com/eventyay" target="_blank">
<span class="fa fa-twitter fa-fw"></span>
</a>
</div>
<div class="wy-text">
<a href="https://twitter.com/eventyay" target="_blank">
<a href="https://x.com/eventyay" target="_blank">
<strong>Twitter</strong>
</a>
<p>Keep in touch and stay up to date by following our project account on Twitter.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fast-moving project, and we do not have the capacity to keep multiple different
give a good tutorial here, installing eventyay-video will **require solid Linux experience** to get it right, and
eventyay-video is only really useful in combination with other pieces of software (eg. BigBlueButton, live streaming servers, …)
which are not explained here and complex to install on their own. If this is too much for you, please
**reach out to [email protected]** to talk about commercial support or our SaaS offering.
**reach out to [email protected]** to talk about commercial support or our SaaS offering.

We tested this guide on the Linux distribution **Debian 10.0** but it should work very similar on other
modern distributions, especially on all systemd-based ones.
Expand Down

0 comments on commit ae6211a

Please sign in to comment.