Skip to content

Commit

Permalink
Added yellow colour
Browse files Browse the repository at this point in the history
  • Loading branch information
OliversDev authored Aug 17, 2024
1 parent 3e4703a commit 06bfd78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</header>

<!-- First Grid -->
<div class="w3-row-padding w3-theme-main w3-padding-64 w3-container">
<div class="w3-row-padding w3-theme-cd1 w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>Lorem Ipsum</h1>
Expand All @@ -82,7 +82,7 @@ <h5 class="w3-padding-32">Lorem ipsum dolor sit amet, consectetur adipiscing eli
</div>

<!-- Second Grid -->
<div class="w3-row-padding w3-theme-cd1 w3-padding-64 w3-container">
<div class="w3-row-padding w3-theme-main w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-third w3-center">
<i class="fa fa-coffee w3-padding-64 w3-text-theme w3-margin-right"></i>
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.light-theme .w3-theme-action {color:#fff !important; background-color:#3099ff !important}
.light-theme .w3-theme {color:#000 !important; background-color:#0078d4 !important}
.light-theme .w3-text-theme {color:#0078d4 !important}
.dark-theme .w3-text-theme2 {color:#E6AE10 !important}
.light-theme .w3-border-theme {border-color:#0078d4 !important}
.light-theme .w3-hover-theme:hover {color:#000 !important; background-color:#0078d4 !important}
.light-theme .w3-hover-text-theme:hover {color:#0078d4 !important}
Expand All @@ -42,6 +43,7 @@
.dark-theme .w3-theme-action {color:#fff !important; background-color:#003d6b !important}
.dark-theme .w3-theme {color:#fff !important; background-color:#0078d4 !important}
.dark-theme .w3-text-theme {color:#0078d4 !important}
.dark-theme .w3-text-theme2 {color:#E6AE10 !important}
.dark-theme .w3-border-theme {border-color:#0078d4 !important}
.dark-theme .w3-hover-theme:hover {color:#fff !important; background-color:#0078d4 !important}
.dark-theme .w3-hover-text-theme:hover {color:#0078d4 !important}
Expand Down

0 comments on commit 06bfd78

Please sign in to comment.