You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by hb...@apache.org on 2022/08/30 07:17:04 UTC

[age-website] branch new-web updated: Update

This is an automated email from the ASF dual-hosted git repository.

hbshin pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new df503b9  Update
df503b9 is described below

commit df503b939f7caddd8c82579de7d43cb69addad1d
Author: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
AuthorDate: Tue Aug 30 16:16:57 2022 +0900

    Update
    
    1. mobile toggle menu fix
    2. static add age-manual folder
---
 .gitignore                               | 1 -
 src/components/styles/Navbar.module.scss | 4 ++--
 static/age-manual/.gitkeep               | 0
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index acb464a..e886e9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,3 @@ node_modules
 static/admin/*.bundle.*
 .DS_Store
 yarn-error.log
-static/age-manual/*
\ No newline at end of file
diff --git a/src/components/styles/Navbar.module.scss b/src/components/styles/Navbar.module.scss
index ecfcfea..970ced9 100644
--- a/src/components/styles/Navbar.module.scss
+++ b/src/components/styles/Navbar.module.scss
@@ -62,7 +62,7 @@
     .Toggle {
       background-color: #ffffff00;
       border: none;
-      color: #fff;
+      color: #b8145a;
       font-size: 1.5rem;
     }
     .Toggle:hover {
@@ -79,7 +79,7 @@
     max-width: 15.25rem;
   }
   .Right {
-    width: 100%;  
+    width: 100%;
     max-width: 21.25rem;
     text-align: left;
     align-items: center;
diff --git a/static/age-manual/.gitkeep b/static/age-manual/.gitkeep
new file mode 100644
index 0000000..e69de29