Skip to content

Commit

Permalink
anoymous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Aug 5, 2024
1 parent c420922 commit 238d047
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ h1, h2 {
font-family: var(--font-family);
}

h2 {
text-decoration: underline;
}

h1 {
font-size: 52px;
text-shadow: 0 0 10px var(--text-color),
Expand Down
2 changes: 1 addition & 1 deletion assets/js/seraphim.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function updateTime() {
const timeString = `${hours}:${minutes}:${seconds}`;
const dateString = `${day}/${month}`;

timeBar.textContent = `${dateString} ${timeString}`;
timeBar.textContent = `${dateString} ${timeString}`;
}

setInterval(updateTime, 1000);
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ <h2 class="allapps-header">games</h2>
<div class="button" style="background-image: url('images/thumb/risehigher.png');"></div>
</a>
</div>

<h2>apps</h2>

<a href="apps/fluidsim/index.html">
Expand Down

0 comments on commit 238d047

Please sign in to comment.