diff --git a/assets/css/style.css b/assets/css/style.css index 5ae808a..6b501fb 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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), diff --git a/assets/js/seraphim.js b/assets/js/seraphim.js index 37fb13b..2d7e627 100644 --- a/assets/js/seraphim.js +++ b/assets/js/seraphim.js @@ -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); diff --git a/index.html b/index.html index 4352ec0..2206aec 100644 --- a/index.html +++ b/index.html @@ -107,6 +107,7 @@

games

+

apps