diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index 1828488..2b0a179 100644
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -119,7 +119,7 @@
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css
index 853e436..5f47290 100644
--- a/frontend/web/css/custom.css
+++ b/frontend/web/css/custom.css
@@ -333,6 +333,10 @@ img.img-responsive.img-circle {
padding: 6px 0;
}
#top a{
- color: inherit!important;
- font-weight:bold;
+ font-weight: bold;
+ font-size: 17px;
+ color:inherit;
+}
+#top .tel-header-btn{
+ color: #ff9701;
}
\ No newline at end of file
--
libgit2 0.21.4