mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:10:04 +03:00
Merge pull request #147 from leewan-09/bugfix/branding-page-logo
logo uses white text on dark mode
This commit is contained in:
@@ -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 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$='#hidden--light-mode'],
|
||||
[data-theme='dark'] img[src$='#hidden--dark-mode'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 996px) {
|
||||
.hidden--mobile {
|
||||
display: none;
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
Reference in New Issue
Block a user