mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:10:34 +03:00
changed CSS class naming.
This commit is contained in:
@@ -40,10 +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.
|
||||
|
||||
|
||||
+2
-2
@@ -113,8 +113,8 @@ a.pills__item:not(.pills__item--active) {
|
||||
}
|
||||
|
||||
/* 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'] {
|
||||
[data-theme='light'] img[src$='#hidden--light-mode'],
|
||||
[data-theme='dark'] img[src$='#hidden--dark-mode'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user