Skip to content

Commit

Permalink
Added fancy name thing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheStrgamer committed Nov 12, 2024
1 parent 7d5676d commit 1a2eca9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion core/static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,16 @@ a{
.processElement>img{
width: 20px;
margin-left: 6px;
}
}


#jarvis { color: #d9d9d9; }
span {
color: #050505;
transition: color 1s, font-size 1s;
font-size: 0px;
}
#jarvis:hover span {
color: #d9d9d9;
font-size: 1em;
}
2 changes: 1 addition & 1 deletion core/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 class="russo-one-regular">Settings</h2>
</div>

<header>
<h2 class="heading russo-one-regular">Jarvis</h2>
<h2 class="heading russo-one-regular", id="jarvis">J<span>ust </span>a<span> </span>r<span>ather </span>v<span>ery </span>i<span>ntelligent </span>s<span>ystem</span></h2>
<div class="toolbar">
<image id="settingsButton" class="icon" src="./static/settings.png" onclick="settingsPage()"></image>
</div>
Expand Down

0 comments on commit 1a2eca9

Please sign in to comment.