Skip to content

Commit

Permalink
adjusted visuals more
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Jul 18, 2024
1 parent fce5caa commit a1c4158
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
11 changes: 6 additions & 5 deletions views/assets/css/styles-1644738239.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ details[open] summary {

.navbar > li > a {
text-decoration: none;
color: inherit;
color: var(--nord4) !important;
}

.navbar-1 {
Expand All @@ -368,7 +368,7 @@ details[open] summary {
margin: 0;
display: flex; /* Ensure it stays horizontal */
align-items: center; /* Align items vertically */
color: #ebb5b9 !important;
color: var(--nord4);
}

.navbar-1 > li {
Expand All @@ -377,6 +377,7 @@ details[open] summary {

.navbar-1 > li > a {
text-decoration: none;
color: var(--nord4);
}

.navbar .dropdown-child {
Expand Down Expand Up @@ -743,15 +744,15 @@ details[open] summary {
}

.mac-close {
background-color: var(--nord0);
background-color: var(--nord3);
}

.mac-minimize {
background-color: var(--nord0);
background-color: var(--nord3);
}

.mac-maximize {
background-color: var(--nord0);
background-color: var(--nord3);
}

.mac-content {
Expand Down
7 changes: 1 addition & 6 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,7 @@ <h1>Contributing</h1>
</div>
<div class="box-home text-center splashend">
<h1>It's time to browse the internet freely.</h1>
<a
class="hovermessage buttonlink startbutton"
data-hover-text="It's Free!"
href="#scrollfix"
>Try HU LTS</a
>
<a class="homebutton" href="#scrollfix">Try HU LTS For Free</a>
</div>
</div>
<div id="footer" class="fullwidth"><!--FOOTER--></div>
Expand Down

0 comments on commit a1c4158

Please sign in to comment.