Skip to content

Commit

Permalink
Merge pull request #20 from KOWX712/christmas_edition
Browse files Browse the repository at this point in the history
Christmas theme edition
  • Loading branch information
ZG089 authored Dec 25, 2024
2 parents bf9b555 + c63195b commit b9ac38c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file added webroot/assets/snowflakes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions webroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<span id="version-text">Initializing...</span>
<span id="status-text"></span>
</p>
<div class="festival" id="christmas-limited-edition">
<img src="/assets/snowflakes.png" alt="Christmas Limited Edition Logo">
</div>
</div>
<div class="box">
<div class="toggle-container" id="update">
Expand Down
13 changes: 13 additions & 0 deletions webroot/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,24 @@ body.input-focused {
border-radius: 15px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
padding: 15px;
overflow: hidden;
}

.festival {
display: block;
position: absolute;
top: 0;
}

.festival img {
width: 100%;
height: auto;
}

.about {
position: absolute;
right: 15px;
z-index: 1000;
}

.about-overlay {
Expand Down

0 comments on commit b9ac38c

Please sign in to comment.