Skip to content

Commit

Permalink
Better color CSS definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
realcharmer authored and filiprojek committed Jan 23, 2025
1 parent fefe411 commit 7840778
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions css/launcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,24 @@ a {
}

/* header */

header ul {
display: flex;
align-items: center;
flex-direction: row;
width: 100vw;
background-color: var(--clr-background);
}

header li:hover {
background-color: var(--clr-secondary);
background-color: var(--clr-primary);
}

header li {
list-style-type: none;
background-color: var(--clr-primary);
height: 2.5rem;
display: flex;
align-items: center;
padding: 0 1rem;
gap: .5rem;
}

header li:hover, header li.active {
background-color: var(--clr-secondary);
}
header li img {
height: 1.6rem;
}
Expand All @@ -71,10 +66,6 @@ header li img {
display: none;
}

.active {
background-color: var(--clr-secondary);
}

/* main */
main {
display: flex;
Expand Down

0 comments on commit 7840778

Please sign in to comment.