File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
apps/components_guide_web/lib/components_guide_web Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ defmodule ComponentsGuideWeb.ResearchController do
43
43
content_tag (
44
44
:article ,
45
45
children ,
46
- class: "mb-4 text-xl spacing-y-4 p-4 bg-blue-100 border border-blue-200 rounded shadow-lg"
46
+ class: "mb-4 text-xl spacing-y-4 p-4 text-white bg-blue-900 border border-blue-700 rounded shadow-lg"
47
47
)
48
48
end
49
49
end
Original file line number Diff line number Diff line change 2
2
heading = "Research 🔍 specs and implementations"
3
3
heading = "Search across Can I Use, BundlePhobia, W3 & WhatWG specs"
4
4
%>
5
- < header class = "text-black bg-white " >
6
- < div class = "bg-purple-100 " >
7
- < h2 class = "mx-auto max-w-4xl py-4 text-2xl text-center italic leading-tight text-purple-600 " >
5
+ < header class = "text-white bg-gray-900 " >
6
+ < div class = "bg-indigo-900 " >
7
+ < h2 class = "mx-auto max-w-4xl py-4 text-2xl text-center italic leading-tight text-indigo-100 " >
8
8
<%= heading %>
9
9
</ h2 >
10
10
</ div >
14
14
</ form >
15
15
< dl
16
16
class = "text-xl grid gap-2 items-center pt-4 px-6 "
17
- style = "grid-template-columns: auto 1fr; --link-color: #1c64f2; --hover\:link-decoration: underline; "
17
+ style = "
18
+ grid-template-columns: auto 1fr;
19
+ --link-color: #76a9fa;
20
+ --hover\:link-decoration: underline; "
18
21
>
19
22
< dt > HTML & Roles</ dt >
20
23
< dd >
49
52
</ section >
50
53
</ header >
51
54
52
- < div class = "bg -white py-8 " >
55
+ < div class = "text -white bg-gray-900 py-8 " >
53
56
< div class = "container " >
54
57
< div class = "px-6 " >
55
58
<%= @ results %>
You can’t perform that action at this time.
0 commit comments