Skip to content

Commit 2f4714f

Browse files
Remove Tailwind CSS script and update styles
Removed Tailwind CSS configuration script and adjusted styles.
1 parent 28bc6ed commit 2f4714f

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

research/academic_papers/AML_Fraud_and_Global_Civicsystems.html

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,7 @@
1010
<!-- Application Structure Plan: A single-page application with a top navigation bar (Overview, Pillars, Applications, Governance, Technical). This non-linear, thematic structure was chosen over a linear report layout to allow users (e.g., regulators, architects) to explore TL's complex concepts in a self-directed way. Key interactions include a master-detail view for the 8 Pillars, tabbed content for Applications, and visual flow diagrams (HTML/CSS) for AML/Fraud scenarios. This design prioritizes conceptual understanding and explorability. -->
1111
<!-- Visualization & Content Choices: Report Info: 8 TL Pillars -> Goal: Organize/Inform -> Presentation: Clickable master-detail list -> Interaction: Click to show/hide details -> Justification: Breaks down complex concepts into manageable, explorable chunks. | Report Info: AML/Fraud Workflows -> Goal: Explain Process -> Presentation: HTML/CSS flow diagram (Divs + Arrows) -> Interaction: Static visual flow -> Justification: Visually demonstrates the 'Hold' and 'Review' process. | Report Info: Governance Structure -> Goal: Organize -> Presentation: 3-column flex layout -> Interaction: Simple layout -> Justification: Clearly separates the roles of the three governance bodies. | NO CHARTS USED: The source brief is a technical specification/blueprint with no quantitative data, only *proposals* for KPIs. Inventing data for charts would be misleading. KPIs are presented as a list. -->
1212
<!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->
13-
<script>
14-
tailwind.config = {
15-
theme: {
16-
extend: {
17-
fontFamily: {
18-
sans: ['Inter', 'sans-serif'],
19-
},
20-
colors: {
21-
'slate': {
22-
50: '#f8fafc',
23-
100: '#f1f5f9',
24-
200: '#e2e8f0',
25-
300: '#cbd5e1',
26-
400: '#94a3b8',
27-
500: '#64748b',
28-
600: '#475569',
29-
700: '#334155',
30-
800: '#1e293b',
31-
900: '#0f172a',
32-
},
33-
'blue': {
34-
700: '#1d4ed8',
35-
800: '#1e40af',
36-
}
37-
}
38-
},
39-
},
40-
};
41-
</script>
42-
<style>
13+
<style>
4314
body {
4415
font-family: 'Inter', sans-serif;
4516
background-color: #f8fafc;
@@ -208,9 +179,8 @@ <h3 class="text-lg font-semibold text-slate-900">Global Supply & Environment</h3
208179
</div>
209180
</div>
210181
</section>
211-
212-
<!-- Pillars Section -->
213-
<section id="pillars" class="py-16 sm:py-24">
182+
183+
<section id="pillars" class="py-16 sm:py-24">
214184
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
215185
<div class="text-center">
216186
<h2 class="text-3xl font-bold tracking-tight text-slate-900 sm:text-4xl">

0 commit comments

Comments
 (0)