Better link color and remove text at home page
parent
d65e0423b0
commit
d1095f48a3
|
@ -818,7 +818,6 @@ body {
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #03c4e8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -850,7 +849,6 @@ body {
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #03c4e8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -876,6 +874,10 @@ body {
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PRO */
|
/* PRO */
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
<div class="p-col-12 p-md-3">
|
<div class="p-col-12 p-md-3">
|
||||||
<img alt="templates" src="../assets/images/home/icon-templates.svg" />
|
<img alt="templates" src="../assets/images/home/icon-templates.svg" />
|
||||||
<span class="feature-name">TEMPLATES</span>
|
<span class="feature-name">TEMPLATES</span>
|
||||||
<p>Professionally designed highly customizable Vue application templates to get started in no time. (Coming soon...)</p>
|
<p>Professionally designed highly customizable Vue application templates to get started in no time.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-col-12 p-md-3">
|
<div class="p-col-12 p-md-3">
|
||||||
<img alt="templates" src="../assets/images/home/icon-sigma.svg" />
|
<img alt="templates" src="../assets/images/home/icon-sigma.svg" />
|
||||||
|
|
Loading…
Reference in New Issue