mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Fix footer text color
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
.footer-description {
|
.footer-description {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(161, 148, 184, 0.9);
|
color: rgba(148, 184, 164, 0.9);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
.footer-copyright {
|
.footer-copyright {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
color: rgba(161, 148, 184, 0.7);
|
color: rgba(148, 184, 163, 0.7);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user