Skip to content

Commit

Permalink
Color Fixes
Browse files Browse the repository at this point in the history
I fixed the colors.
  • Loading branch information
Martin-Zurek committed Aug 6, 2021
1 parent dc3a129 commit 3429baf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 5 additions & 5 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ html, body{
}

a {
color: #00d1b2;
color: #050f1b;
}

a:hover {
color: #00d1b2;
color: #050f1b;
}

section{
Expand All @@ -20,15 +20,15 @@ section{
}

.about {
background: #063647;
background: #05324b;
}

.section-2 {
background-color: #052D3D;
background-color: #052d46;
}

.work {
background-color: #0E282E;
background-color: #05324b;
}

.footer {
Expand Down
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
</head>

<body>
<!-- Navigation bar -->
<!-- Navigation Bar -->
<nav class="nav container void-background">
<!-- This "nav-menu" is hidden on mobile -->
<!-- Add the modifier "is-active" to display it on mobile -->
<div class="nav-left">
<a href="https://www.youtube.com/channel/UCSu3KBw1aWSYearxD7l_ZjQ" class="nav-item">
<span class="icon">
Expand Down Expand Up @@ -47,8 +45,6 @@
<a class="nav-item" href="#work">Text 2</a>
</div>

<!-- This "nav-toggle" hamburger menu is only visible on mobile -->
<!-- You need JavaScript to toggle the "is-active" class on "nav-menu" -->
<span class="nav-toggle">
<span></span>
<span></span>
Expand Down Expand Up @@ -148,7 +144,7 @@ <h3 class="title is-3">Clickable Links</h3>

<!-- Footer -->
<section class="footer has-text-centered container">
<h1>Website Created By Martin - Used Template</h1>
<h1>Website Created By Martin</h1>
</section>

<!-- Scripts -->
Expand Down

0 comments on commit 3429baf

Please sign in to comment.