style cleanup

This commit is contained in:
2025-11-29 02:20:03 +01:00
parent f72bdf8bc5
commit 4af0528e76
7 changed files with 1112 additions and 1044 deletions

View File

@@ -31,7 +31,7 @@
.fc-header-text h2 {
margin: 0 0 0.3rem;
font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-family: var(--font-heading, "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
font-weight: 700;
font-size: clamp(1.6rem, 2.3vw, 2rem);
color: var(--fc-text);
@@ -87,7 +87,7 @@
.fc-card-title {
margin: 0 0 0.45rem;
font-size: 1.05rem;
font-family: "Montserrat", system-ui, sans-serif;
font-family: var(--font-heading, "Montserrat", system-ui, sans-serif);
font-weight: 600;
color: var(--fc-text);
}
@@ -124,7 +124,10 @@
font-size: 0.92rem;
cursor: pointer;
text-decoration: none;
transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.15s ease;
transition:
transform 0.1s ease,
box-shadow 0.1s ease,
background 0.15s ease;
white-space: nowrap;
box-shadow: 0 12px 28px rgba(58, 111, 248, 0.35);
}
@@ -174,7 +177,10 @@
border: 1px solid var(--fc-border);
background: linear-gradient(140deg, #ffffff 0%, #f3f7ff 100%);
cursor: pointer;
transition: border 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
transition:
border 0.15s ease,
box-shadow 0.15s ease,
transform 0.1s ease;
}
.fc-mode-tile.selected {
@@ -434,6 +440,8 @@
font-size: 0.85rem;
}
/* Log Scrollbar */
.fc-log::-webkit-scrollbar {
width: 6px;
}