Commit f7b81a3
fix: Explicitly handle both http:// and https:// external links (qa-requested)
Fixes:
- Updated CSS selectors to explicitly target both http:// and https:// protocols
- Changed from a[href^="http"] to a[href^="http://"], a[href^="https://"]
- Makes code more self-documenting and explicit about handling both protocols
Verified:
- CSS syntax valid
- Selector matches both http:// and https:// links in resources.md
- Both light and dark mode selectors updated
QA Fix Session: 0
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 85b51ed commit f7b81a3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
0 commit comments