Skip to content

Commit

Permalink
feat: some stlye changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kuco23 committed Dec 3, 2024
1 parent b1c22ab commit 94898da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/frontend/src/css/config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ $h2-font-family: 'Montserrat Alternates', sans-serif, Arial, Helvetica;
$h3-font-family: 'Montserrat Alternates', sans-serif, Arial, Helvetica;
$h4-font-family: 'Montserrat Alternates', sans-serif, Arial, Helvetica;

/* navigation logo */
$navigation-logo-text-shadow: black 0px 0px 3px, black 0 0 9px;

/* banner */
$banner-font-family: 'Montserrat Alternates', sans-serif, Arial, Helvetica;
$banner-h1-animation-flicker-speed: 5s;
Expand Down Expand Up @@ -149,4 +152,4 @@ $underline-delay: 0.75s;
/* custom offset data */
$eip6963-choice-size: 18px;
$right-offset-large: calc(20px + (32px - $eip6963-choice-size) / 2);
$right-offset-small: calc(5px + (32px - $eip6963-choice-size) / 2);
$right-offset-small: calc(5px + (32px - $eip6963-choice-size) / 2);
4 changes: 2 additions & 2 deletions packages/frontend/src/css/namari-color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ body {
#banner h2 {
font-family: $body-font-family;
font-size: 18px;
font-weight: 300;
font-weight: bold;
color: $kucomoon-moon-color;
text-shadow: black 0px 0px 8px, $kucomoon-moon-color 0 0 18px;
text-shadow: black 0px 0px 8px, black 0 0 18px;
}


Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/css/namari-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ section {

#navigation-logo {
display: none;
text-shadow: $navigation-logo-text-shadow;
}

.nav-solid #logo #banner-logo {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3 id="navigation-logo">KUCOCOIN</h3>

<div class="section-heading with-brick">
<h1>KUCOCOIN</h1>
<h2><b>The best token according to research done by scientists!</b></h2>
<h2>The best token according to research done by scientists!</h2>
</div>

</div>
Expand Down

0 comments on commit 94898da

Please sign in to comment.