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 {
|
||||
--elegantFinFooterText: "ElegantFin Nightly";
|
||||
--darkerGradientPoint: #111827;
|
||||
--darkerGradientPointAlpha: rgba(17, 24, 39, 0.85);
|
||||
--lighterGradientPoint: #1d2635;
|
||||
@@ -66,6 +67,17 @@ html {
|
||||
-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 {
|
||||
font-family: 'Material Icons Round' !important;
|
||||
font-weight: normal;
|
||||
@@ -100,17 +112,6 @@ html {
|
||||
color: var(--borderColor);
|
||||
}
|
||||
|
||||
.dashboardFooter {
|
||||
font-family: Noto Sans;
|
||||
transition: transform 50ms;
|
||||
}
|
||||
|
||||
.dashboardFooter::after {
|
||||
content: "ElegantFin Nightly";
|
||||
font-size: .8em;
|
||||
color: #4e4e60;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: .375em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user