diff --git a/src/public/css/style.css b/src/public/css/style.css index 29edafb..f88277e 100644 --- a/src/public/css/style.css +++ b/src/public/css/style.css @@ -46,23 +46,25 @@ body { .header h1 { font-size: 18px; font-weight: 600; letter-spacing: -0.3px; } .header h1 span { color: var(--accent); } -.header-right { display: flex; align-items: center; gap: 10px; } +.header-left { display: flex; align-items: center; gap: 8px; } .level-selector { display: flex; gap: 6px; } .about-btn { - width: 26px; height: 26px; + width: 22px; height: 22px; border-radius: 50%; - border: 1px solid var(--border); - background: transparent; - color: var(--text-muted); - font-size: 13px; + border: 1.5px solid var(--accent); + background: var(--accent-dim); + color: var(--accent); + font-size: 12px; + font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.15s; flex-shrink: 0; + opacity: 0.85; } -.about-btn:hover { border-color: var(--accent); color: var(--accent); } +.about-btn:hover { opacity: 1; background: rgba(108,142,255,0.28); } /* ── About modal ── */ .modal-overlay { diff --git a/src/public/index.html b/src/public/index.html index 2f1c64c..53ef922 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -16,14 +16,14 @@
-

Deutsch üben

-
-
- - - -
- +
+

Deutsch üben

+ +
+
+ + +
@@ -32,7 +32,7 @@