diff --git a/README.md b/README.md index b1c7de7..35700b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# BitTube light-theme +# Netzbegruenung PeerTube theme -BitTube Light Theme for PeerTube. +Theme for [peertube.netzbegruenung.de](https://peertube.netzbegruenung.de), based on BitTube Light Theme for PeerTube. # How to install in your PeerTube instance @@ -19,5 +19,3 @@ BitTube Light Theme for PeerTube. ![alt text](https://raw.githubusercontent.com/ipbc-dev/peertube-theme-bittube-light-mode/master/public/images/screenshot01.png) ![alt text](https://raw.githubusercontent.com/ipbc-dev/peertube-theme-bittube-light-mode/master/public/images/screenshot02.png) - - diff --git a/assets/style.css b/assets/style.css index 8f02385..cde7ab7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,19 +1,24 @@ body { - --mainColor: #00abff; + --mainColor: #e6007e; --mainBackgroundColor: #f2f0f0; --mainForegroundColor: #1b2733; --submenuColor: #ffffff; --inputColor: #ffffff; --inputPlaceholderColor: #1b2733; - --menuAndHeaderBackgroundColor: #ffffff; + --menuAndHeaderBackgroundColor: #46962b; --menuForegroundColor: #1b2733; --menuBackgroundColor: #ffffff; --whiteColor: #ffffff; - --mainHoverColor: #0481bf; + --mainHoverColor: #bf0269; --dangerBackgroundColor: #d9534f; /*font-family: "Open Sans",sans-serif;*/ } +#custom-css .icon-logo { + background-image: url(/client/assets/images/logo.png); + background-size: 150px 150px; +} + /* Main background */ #custom-css .sub-header-container{ background-position: center top; diff --git a/public/images/logo.png b/public/images/logo.png new file mode 100644 index 0000000..5419e72 Binary files /dev/null and b/public/images/logo.png differ