mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2024-12-02 10:56:19 +00:00
logo uses white text on dark mode
This commit is contained in:
parent
79bee3cbd7
commit
81100764e5
@ -40,7 +40,10 @@ All iconography and other resources can be found in the [jellyfin-ux](https://gi
|
||||
|
||||
When using the full version of the logo, the text should only be placed to the right of the icon.
|
||||
|
||||
![The logo should have the text placed on the right of the icon.](/images/docs/branding-logo-yes-side.png) ![The logo should never have the text placed below the icon.](/images/docs/branding-logo-no-below.png)
|
||||
![The logo should have the text placed on the right of the icon.](/images/docs/branding-logo-yes-side.png#gh-light-mode-only)
|
||||
![The logo should have the text placed on the right of the icon.](/images/docs/branding-logo-dark-theme-yes-side.png#gh-dark-mode-only)
|
||||
![The logo should never have the text placed below the icon.](/images/docs/branding-logo-no-below.png#gh-light-mode-only)
|
||||
![The logo should never have the text placed below the icon.](/images/docs/branding-logo-dark-theme-no-below.png#gh-dark-mode-only)
|
||||
|
||||
The design for the logo uses a gradient for the infill, and if the non-transparent logo is chosen there is an optional background color.
|
||||
|
||||
|
@ -112,6 +112,12 @@ a.pills__item:not(.pills__item--active) {
|
||||
fill: var(--ifm-font-color-base);
|
||||
}
|
||||
|
||||
/* To toggle the visibility of an image using the path fragment */
|
||||
[data-theme='light'] img[src$='#gh-dark-mode-only'],
|
||||
[data-theme='dark'] img[src$='#gh-light-mode-only'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 996px) {
|
||||
.hidden--mobile {
|
||||
display: none;
|
||||
|
BIN
static/images/docs/branding-logo-dark-theme-no-below.png
Normal file
BIN
static/images/docs/branding-logo-dark-theme-no-below.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
BIN
static/images/docs/branding-logo-dark-theme-yes-side.png
Normal file
BIN
static/images/docs/branding-logo-dark-theme-yes-side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
Loading…
Reference in New Issue
Block a user