Skip to content

Commit 336e04d

Browse files
committed
Revert "Change colors"
This reverts commit 7e1c277.
1 parent 96a3407 commit 336e04d

2 files changed

Lines changed: 10 additions & 16 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,10 @@
1010
/* Typography */
1111
--heading-font-weight: 600;
1212

13-
/* Colors - custom brand palette */
14-
--flixopt-primary: #274754; /* Primary dark blue-gray */
15-
--flixopt-accent: #2a9d90; /* Main accent teal-green */
16-
--flixopt-gold: #e8c468; /* Golden yellow */
17-
--flixopt-orange: #f4a462; /* Orange */
18-
19-
/* Derived colors for gradients */
20-
--flixopt-teal: #2a9d90;
21-
--flixopt-teal-light: #3dbaa8; /* Lighter teal for gradients */
22-
--flixopt-teal-dark: #1f7a70; /* Darker teal for gradients */
13+
/* Colors - enhance teal theme */
14+
--flixopt-teal: #009688;
15+
--flixopt-teal-light: #4DB6AC;
16+
--flixopt-teal-dark: #00796B;
2317
}
2418

2519
/* Dark mode adjustments */
@@ -235,7 +229,7 @@
235229
.hero-section {
236230
text-align: center;
237231
padding: 4rem 2rem 3rem 2rem;
238-
background: linear-gradient(135deg, rgba(42, 157, 144, 0.1) 0%, rgba(31, 122, 112, 0.1) 100%);
232+
background: linear-gradient(135deg, rgba(0, 150, 136, 0.1) 0%, rgba(0, 121, 107, 0.1) 100%);
239233
border-radius: 1rem;
240234
margin-bottom: 3rem;
241235
}
@@ -244,7 +238,7 @@
244238
font-size: 3.5rem;
245239
font-weight: 700;
246240
margin-bottom: 1rem;
247-
background: linear-gradient(135deg, var(--flixopt-accent) 0%, var(--flixopt-teal-dark) 100%);
241+
background: linear-gradient(135deg, #009688 0%, #00796B 100%);
248242
-webkit-background-clip: text;
249243
-webkit-text-fill-color: transparent;
250244
background-clip: text;

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ theme:
5353
# Palette toggle for light mode
5454
- media: "(prefers-color-scheme: light)"
5555
scheme: default
56-
primary: "#274754"
57-
accent: "#2a9d90"
56+
primary: teal
57+
accent: cyan
5858
toggle:
5959
icon: material/brightness-7
6060
name: Switch to dark mode
6161

6262
# Palette toggle for dark mode
6363
- media: "(prefers-color-scheme: dark)"
6464
scheme: slate
65-
primary: "#274754"
66-
accent: "#2a9d90"
65+
primary: teal
66+
accent: cyan
6767
toggle:
6868
icon: material/brightness-4
6969
name: Switch to system preference

0 commit comments

Comments
 (0)