Skip to content

Commit 3e29c3a

Browse files
committed
Remove mobile nav and change scrollbar color and change scroll bar color
1 parent 991f8b7 commit 3e29c3a

File tree

2 files changed

+4
-70
lines changed

2 files changed

+4
-70
lines changed

css/menikah.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,13 +428,13 @@ vertical-align: middle;
428428

429429
::-webkit-scrollbar {
430430
width: 8px;
431-
background-color: #F4E2E2;
431+
background-color: #fce7fe;
432432
}
433433

434434
::-webkit-scrollbar-thumb {
435-
box-shadow: inset 0 0 6px #c5a4c1;
436-
-webkit-box-shadow: inset 0 0 6px #c5a4c1;
437-
background-color: #BC8887;
435+
/* box-shadow: inset 0 0 0 #c5a4c1; */
436+
-webkit-box-shadow: inset 0 0 6px #655866;
437+
background-color: #c49dc7;
438438
}
439439

440440
body.preloader-site {

index.html

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -88,44 +88,6 @@
8888
<div class="header-wrapper" id="home">
8989
<!-- Begin Hero -->
9090
<section class="hero is-large">
91-
<!-- Begin Mobile Nav -->
92-
<nav class="navbar is-transparent is-hidden-desktop">
93-
<!-- Begin Burger Menu -->
94-
<div class="navbar-brand is-fixed-top">
95-
<div class="navbar-burger burger" data-target="mobile-nav">
96-
<span></span>
97-
<span></span>
98-
<span></span>
99-
</div>
100-
</div>
101-
<!-- End Burger Menu -->
102-
<div id="mobile-nav" class="navbar-menu">
103-
<div class="navbar-end">
104-
<div class="navbar-item">
105-
<a class="navbar-item" href="#Waktu">
106-
Waktu
107-
</a>
108-
</div>
109-
<div class="navbar-item">
110-
<a class="navbar-item" href="#lokasi">
111-
Lokasi
112-
</a>
113-
</div>
114-
115-
<div class="navbar-item">
116-
<a class="navbar-item" href="#tentang-pasangan">
117-
Tentang CPW dan CPP
118-
</a>
119-
</div>
120-
<div class="navbar-item">
121-
<a class="navbar-item" href="#rsvp">
122-
RSVP
123-
</a>
124-
</div>
125-
</div>
126-
</div>
127-
</nav>
128-
<!-- End Mobile Nav -->
12991
<!-- Begin Hero Content-->
13092
<div class="hero-body">
13193
<div class="container has-text-centered">
@@ -179,34 +141,6 @@ <h4 class="subtitle tempatwaktu">
179141
<!-- End Countdown -->
180142
</div>
181143
<!-- End Hero Content-->
182-
<!-- Begin Hero Menu -->
183-
<div class="hero-foot ">
184-
<div class="hero-foot--wrapper">
185-
<div class="columns">
186-
<div class="column is-12 hero-menu-desktop has-text-centered">
187-
<ul>
188-
<li class="is-active">
189-
<a href="#home">Home</a>
190-
</li>
191-
<li>
192-
<a href="#Waktu">Waktu</a>
193-
</li>
194-
<li>
195-
<a href="#lokasi">Lokasi</a>
196-
</li>
197-
<li>
198-
<a href="#tentang-pasangan">Tentang CPW & CPP</a>
199-
</li>
200-
201-
<li>
202-
<a href="#rsvp">RSVP</a>
203-
</li>
204-
</ul>
205-
</div>
206-
</div>
207-
</div>
208-
</div>
209-
<!-- End Hero Menu -->
210144
</section>
211145
<!-- End Hero -->
212146
</div>

0 commit comments

Comments
 (0)