mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Switch to the same font (Inter) used in Jellyseerr
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/* ElegantFin Theme for Jellyfin by lscambo13 */
|
/* ElegantFin Theme for Jellyfin by lscambo13 */
|
||||||
|
|
||||||
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");
|
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* outline: 0px dotted red !important; */
|
/* outline: 0px dotted red !important; */
|
||||||
@@ -19,13 +20,17 @@
|
|||||||
--hoverGradient: linear-gradient(130deg, rgb(255 255 255 / 20%) 20%, rgb(255 255 255 / 10%) 40%);
|
--hoverGradient: linear-gradient(130deg, rgb(255 255 255 / 20%) 20%, rgb(255 255 255 / 10%) 40%);
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
/* html {
|
||||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
||||||
|
} */
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-family: "Inter";
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardFooter::after {
|
.dashboardFooter::after {
|
||||||
content: "ElegantFin Nightly";
|
content: "ElegantFin Nightly";
|
||||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
|
||||||
font-size: .6em;
|
font-size: .6em;
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user