diff --git a/assets/styles/app.css b/assets/styles/app.css index 10b78b6..b903606 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -1,4 +1,4 @@ -body { +body, .lead { font-family: "Yekan Bakh FaNum"; font-feature-settings: "kern" on, "liga" on, "dlig" on; -moz-font-feature-settings: "kern" on, "liga" on, "dlig" on; @@ -7,11 +7,47 @@ body { -o-font-feature-settings: "kern" on, "liga" on, "dlig" on; } -a.nav-link:hover { - color: #1743bb; +/* استایلهای منوی ناوبری */ +.navbar { + padding: 0.8rem 0; } -.rul{ +.navbar-brand { + font-size: 1.4rem; +} + +.nav-link { + position: relative; + color: #495057; + font-weight: 500; + transition: all 0.3s ease; +} + +.nav-link:hover { + color: #1743bb; + background-color: rgba(23, 67, 187, 0.05); +} + +.nav-link.active { + color: #1743bb; + background-color: rgba(23, 67, 187, 0.1); +} + +.btn-primary { + transition: all 0.3s ease; + box-shadow: 0 2px 5px rgba(23, 67, 187, 0.2); +} + +.btn-primary:hover { + transform: translateY(-2px); + box-shadow: 0 4px 8px rgba(23, 67, 187, 0.3); +} + +.transition-all { + transition: all 0.3s ease; +} + +.rul { text-decoration: none; } diff --git a/public/img/blog/blog-header.jpg b/public/img/blog/blog-header.jpg new file mode 100644 index 0000000..4ab214c Binary files /dev/null and b/public/img/blog/blog-header.jpg differ diff --git a/templates/base.html.twig b/templates/base.html.twig index a3ebfcd..17a05b7 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -41,44 +41,41 @@ {% endblock %}
-