Skip to content

Commit 1656439

Browse files
committed
refactor: change coolGray with blueGray
1 parent d3a969b commit 1656439

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/app/components/footers/footer/footer.component.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<footer class="relative bg-coolGray-200 pt-8 pb-6">
1+
<footer class="relative bg-blueGray-200 pt-8 pb-6">
22
<div
33
class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20 h-20"
44
style="transform: translateZ(0)"
@@ -13,7 +13,7 @@
1313
y="0"
1414
>
1515
<polygon
16-
class="text-coolGray-200 fill-current"
16+
class="text-blueGray-200 fill-current"
1717
points="2560 0 2560 100 0 100"
1818
></polygon>
1919
</svg>
@@ -22,7 +22,7 @@
2222
<div class="flex flex-wrap text-center lg:text-left">
2323
<div class="w-full lg:w-6/12 px-4">
2424
<h4 class="text-3xl font-semibold">Let's keep in touch!</h4>
25-
<h5 class="text-lg mt-0 mb-2 text-coolGray-600">
25+
<h5 class="text-lg mt-0 mb-2 text-blueGray-600">
2626
Find us on any of these platforms, we respond 1-2 business days.
2727
</h5>
2828
<div class="mt-6 lg:mb-0 mb-6">
@@ -45,7 +45,7 @@ <h5 class="text-lg mt-0 mb-2 text-coolGray-600">
4545
<i class="fab fa-dribbble"></i>
4646
</button>
4747
<button
48-
class="bg-white text-coolGray-800 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2"
48+
class="bg-white text-blueGray-800 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2"
4949
type="button"
5050
>
5151
<i class="fab fa-github"></i>
@@ -56,38 +56,38 @@ <h5 class="text-lg mt-0 mb-2 text-coolGray-600">
5656
<div class="flex flex-wrap items-top mb-6">
5757
<div class="w-full lg:w-4/12 px-4 ml-auto">
5858
<span
59-
class="block uppercase text-coolGray-500 text-sm font-semibold mb-2"
59+
class="block uppercase text-blueGray-500 text-sm font-semibold mb-2"
6060
>
6161
Useful Links
6262
</span>
6363
<ul class="list-unstyled">
6464
<li>
6565
<a
66-
class="text-coolGray-600 hover:text-coolGray-800 font-semibold block pb-2 text-sm"
66+
class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm"
6767
href="https://www.creative-tim.com/presentation?ref=na-footer"
6868
>
6969
About Us
7070
</a>
7171
</li>
7272
<li>
7373
<a
74-
class="text-coolGray-600 hover:text-coolGray-800 font-semibold block pb-2 text-sm"
74+
class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm"
7575
href="https://blog.creative-tim.com?ref=na-footer"
7676
>
7777
Blog
7878
</a>
7979
</li>
8080
<li>
8181
<a
82-
class="text-coolGray-600 hover:text-coolGray-800 font-semibold block pb-2 text-sm"
82+
class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm"
8383
href="https://www.github.com/creativetimofficial?ref=na-footer"
8484
>
8585
Github
8686
</a>
8787
</li>
8888
<li>
8989
<a
90-
class="text-coolGray-600 hover:text-coolGray-800 font-semibold block pb-2 text-sm"
90+
class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm"
9191
href="https://www.creative-tim.com/bootstrap-themes/free?ref=na-footer"
9292
>
9393
Free Products
@@ -97,38 +97,38 @@ <h5 class="text-lg mt-0 mb-2 text-coolGray-600">
9797
</div>
9898
<div class="w-full lg:w-4/12 px-4">
9999
<span
100-
class="block uppercase text-coolGray-500 text-sm font-semibold mb-2"
100+
class="block uppercase text-blueGray-500 text-sm font-semibold mb-2"
101101
>
102102
Other Resources
103103
</span>
104104
<ul class="list-unstyled">
105105
<li>
106106
<a
107-
class="text-coolGray-600 hover:text-coolGray-800 font-semibold block pb-2 text-sm"
107+
class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm"
108108
href="https://github.com/creativetimofficial/notus-angular/blob/main/LICENSE.md?ref=creativetim"
109109
>
110110
MIT License
111111
</a>
112112
</li>
113113
<li>
114114
<a
115-
class="text-coolGray-600 hover:text-coolGray-800 font-semibold block pb-2 text-sm"
115+
class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm"
116116
href="https://creative-tim.com/terms?ref=na-footer"
117117
>
118118
Terms & Conditions
119119
</a>
120120
</li>
121121
<li>
122122
<a
123-
class="text-coolGray-600 hover:text-coolGray-800 font-semibold block pb-2 text-sm"
123+
class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm"
124124
href="https://creative-tim.com/privacy?ref=na-footer"
125125
>
126126
Privacy Policy
127127
</a>
128128
</li>
129129
<li>
130130
<a
131-
class="text-coolGray-600 hover:text-coolGray-800 font-semibold block pb-2 text-sm"
131+
class="text-blueGray-600 hover:text-blueGray-800 font-semibold block pb-2 text-sm"
132132
href="https://creative-tim.com/contact-us?ref=na-footer"
133133
>
134134
Contact Us
@@ -139,14 +139,14 @@ <h5 class="text-lg mt-0 mb-2 text-coolGray-600">
139139
</div>
140140
</div>
141141
</div>
142-
<hr class="my-6 border-coolGray-300" />
142+
<hr class="my-6 border-blueGray-300" />
143143
<div class="flex flex-wrap items-center md:justify-between justify-center">
144144
<div class="w-full md:w-4/12 px-4 mx-auto text-center">
145-
<div class="text-sm text-coolGray-500 font-semibold py-1">
145+
<div class="text-sm text-blueGray-500 font-semibold py-1">
146146
Copyright © {{ date }} Notus Angular by
147147
<a
148148
href="https://www.creative-tim.com?ref=na-footer"
149-
class="text-coolGray-500 hover:text-coolGray-800"
149+
class="text-blueGray-500 hover:text-blueGray-800"
150150
>
151151
Creative Tim
152152
</a>

0 commit comments

Comments
 (0)