Skip to content

Commit

Permalink
blue logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilef12000 committed Oct 2, 2024
1 parent 4a9c518 commit 47ec4c7
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/about-me.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/about.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/assets/styles/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/projects.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/projects/grandMA2_Lissaious_Form_Effect.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions views/assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,16 @@ h6 {
background-color: var(--color-grey3);
color: var(--color-text);
}
.header a.logo .blue{
color: var(--color-blue);
}
.header a.logo:hover {
background-color: var(--color-blue);
color: var(--color-text-alt);
}
.header a.logo:hover .blue{
color: var(--color-text-alt);
}
.header a.active {
background-color: var(--color-blue);
color: var(--color-text-alt);
Expand Down
2 changes: 1 addition & 1 deletion views/ejs/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="header">
<div class="limiter">
<a href="/" class="logo">
<h1>x42.space</h1>
<h1><span class="blue">x42</span>.space</h1>
</a>
<div class="header-right">
<a id="href-Home" href="/">
Expand Down

0 comments on commit 47ec4c7

Please sign in to comment.