fix(ui): rebuild Tailwind CSS with tooltip classes and update cache to v1.0.4
- Rebuilt Tailwind CSS to include group-hover:opacity-100 utility class - Fixed tooltip visibility issue (tooltips were showing permanently) - Root cause: Tailwind CSS was stale and missing required utility classes - Updated cache-busting version from v1.0.3 to v1.0.4 - Tooltips now correctly hidden by default, visible only on hover
This commit is contained in:
parent
b6f916584f
commit
8e3544a2c3
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tractatus AI Safety Framework | Architectural Constraints for Human Agency</title>
|
||||
<meta name="description" content="World's first production implementation of architectural AI safety constraints. Preserving human agency through structural, not aspirational, guarantees.">
|
||||
<link rel="stylesheet" href="/css/tailwind.css?v=1.0.3">
|
||||
<link rel="stylesheet" href="/css/tailwind.css?v=1.0.4">
|
||||
<style>
|
||||
.gradient-text { background: linear-gradient(120deg, #3b82f6 0%, #8b5cf6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
|
||||
.hover-lift { transition: transform 0.2s; }
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||||
|
||||
<!-- Navigation (injected by navbar.js) -->
|
||||
<script src="/js/components/navbar.js?v=1.0.3"></script>
|
||||
<script src="/js/components/navbar.js?v=1.0.4"></script>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<header role="banner">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue