mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
dev: set version name using var
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
--elegantFinFooterText: "ElegantFin Nightly";
|
||||||
--darkerGradientPoint: #111827;
|
--darkerGradientPoint: #111827;
|
||||||
--darkerGradientPointAlpha: rgba(17, 24, 39, 0.85);
|
--darkerGradientPointAlpha: rgba(17, 24, 39, 0.85);
|
||||||
--lighterGradientPoint: #1d2635;
|
--lighterGradientPoint: #1d2635;
|
||||||
@@ -66,6 +67,17 @@ html {
|
|||||||
-webkit-tap-highlight-color: transparent !important;
|
-webkit-tap-highlight-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboardFooter {
|
||||||
|
font-family: Noto Sans;
|
||||||
|
transition: transform 50ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dashboardFooter::after {
|
||||||
|
content: var(--elegantFinFooterText);
|
||||||
|
font-size: .8em;
|
||||||
|
color: #4e4e60;
|
||||||
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
font-family: 'Material Icons Round' !important;
|
font-family: 'Material Icons Round' !important;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@@ -100,17 +112,6 @@ html {
|
|||||||
color: var(--borderColor);
|
color: var(--borderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardFooter {
|
|
||||||
font-family: Noto Sans;
|
|
||||||
transition: transform 50ms;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboardFooter::after {
|
|
||||||
content: "ElegantFin Nightly";
|
|
||||||
font-size: .8em;
|
|
||||||
color: #4e4e60;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
padding: .375em;
|
padding: .375em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user