]> danix's work - danix.xyz-2.git/commitdiff
fixed: larger sidebar titles, color --accent WCAG AA passed.
authorDanilo M. <redacted>
Sat, 18 Apr 2026 14:55:00 +0000 (16:55 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 14:55:00 +0000 (16:55 +0200)
TODO.md
package.json
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css

diff --git a/TODO.md b/TODO.md
index b062b39e4ea44d4180fd85688e2821ab9865d929..e76039bddaad16d102516a966bd82d43fe8bad27 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -3,6 +3,7 @@
 - [✅] Related Articles widget in sidebar.
 - [✅] social sharing sidebar widget
 - [✅] titles redesign (mono font // Title)
+- [✅] Sidebar widgets redesign (no box, mono font "# Title")
 - [ ] Footer redesign (3-column, social badges, fortune cookie, tech badges, etc.)
 - [ ] shortcodes cleanup (remove duplicates)
 - [ ] Search functionality
index 6a0409775da2f627dfd959fff793007a588b17c9..f6aab23781d5a2c9095db99a889344491d10979e 100644 (file)
@@ -7,7 +7,7 @@
     "watch": "tailwindcss -i themes/danix-xyz-hacker/assets/css/main.css -o themes/danix-xyz-hacker/assets/css/main.min.css --watch"
   },
   "devDependencies": {
-    "tailwindcss": "^3.4.1",
-    "@tailwindcss/typography": "^0.5.10"
+    "@tailwindcss/typography": "^0.5.10",
+    "tailwindcss": "^3.4.1"
   }
 }
index 8ab29a0c723df3e4b3a980ed437a50ef5030f95b..a2f6b09cd004756a462f1939134c9f91135a03ab 100644 (file)
@@ -314,8 +314,9 @@ html.theme-light {
   /* Sidebar widget title — bash comment style */
   .sidebar-widget-label {
     font-family: var(--font-mono, monospace);
-    font-size: 0.75rem;
-    color: var(--text-dim);
+    font-size: 1rem;
+    font-weight: bold;
+    color: var(--accent);
     letter-spacing: 0.08em;
     margin-bottom: 0.5rem;
   }
index a9aa329871fd266f2512d95bb29a17e6d579af90..fecb6d1b44f417ed8c670d514f9a1bd6a3ef3316 100644 (file)
@@ -1429,8 +1429,9 @@ button,
 
 .sidebar-widget-label {
   font-family: var(--font-mono, monospace);
-  font-size: 0.75rem;
-  color: var(--text-dim);
+  font-size: 1rem;
+  font-weight: bold;
+  color: var(--accent);
   letter-spacing: 0.08em;
   margin-bottom: 0.5rem;
 }