Skip to content

Commit

Permalink
Updated color theme: issue vishanurag#1167
Browse files Browse the repository at this point in the history
  • Loading branch information
Anushkam09 committed Nov 3, 2024
1 parent 86be59d commit fd7af54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
width: 100%;
padding: 10px;
margin-bottom: 10px;
background-color: #0000FF;
background-color: #3366CC;
border: none;
color: white;
text-align: left;
Expand Down Expand Up @@ -222,7 +222,7 @@
}

.tool {
background-color: #0000FF;
background-color: #3366CC;
border: none;
color: white;
/* padding: 10px; */
Expand Down Expand Up @@ -318,7 +318,7 @@
}

.newsletter-section button {
background-color: #0000ff;
background-color: #3366CC;
color: white;
border: none;
padding: 10px 20px;
Expand All @@ -337,7 +337,7 @@
align-items: center;
gap: 10px;
margin: 10px 0;
background-color: #0000FF;
background-color: #3366CC;
padding: 10px;
border-radius: 5px;
color: white;
Expand Down Expand Up @@ -464,7 +464,7 @@ <h1 class="canvas">Canvas Editor</h1>
<div class="color-palette">
<div class="color-swatch" style="background: #ff0000"></div>
<div class="color-swatch" style="background: #00ff00"></div>
<div class="color-swatch" style="background: #0000ff"></div>
<div class="color-swatch" style="background: #3366CC"></div>
<div class="color-swatch" style="background: #ffff00"></div>
<div class="color-swatch" style="background: #ff00ff"></div>
<div class="color-swatch" style="background: #00ffff"></div>
Expand All @@ -479,7 +479,7 @@ <h1 class="canvas">Canvas Editor</h1>
<div class="color-palette">
<div class="color-swatch" style="background: #ff0000"></div>
<div class="color-swatch" style="background: #00ff00"></div>
<div class="color-swatch" style="background: #0000ff"></div>
<div class="color-swatch" style="background: #3366CC"></div>
<div class="color-swatch" style="background: #ffff00"></div>
<div class="color-swatch" style="background: #ff00ff"></div>
<div class="color-swatch" style="background: #00ffff"></div>
Expand Down

0 comments on commit fd7af54

Please sign in to comment.