Skip to content

Commit

Permalink
Merge pull request #24 from ProjectInTheClass/hotfix2
Browse files Browse the repository at this point in the history
feat: github pages 이미지/동영상 제외 디자인 수정 완료
  • Loading branch information
kmer1024 authored Dec 10, 2024
2 parents 1cb1d8d + 3e2f4b4 commit 7159ce5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ input, select, textarea {
}

.image.filtered:after {
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
background-image: url("../../images/overlay.png");
background-size: 128px 128px, auto;
pointer-events: none;
content: '';
Expand Down Expand Up @@ -2210,7 +2210,7 @@ input, select, textarea {
}

.panel > *.color0 {
background-image: url("../../images/overlay.png"), linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
background-image: url("../../images/overlay.png"), linear-gradient(45deg, #028DFF 20%, #028DFF 60%, #1BD5FF);
background-size: 128px 128px, auto;
}

Expand All @@ -2223,7 +2223,7 @@ input, select, textarea {
.panel > *.color2 {
background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
background-size: 128px 128px, auto;
background-color: #e37b7c;
background-color: #028DFF;
}

.panel > *.color3 {
Expand Down Expand Up @@ -2731,7 +2731,7 @@ input, select, textarea {
}

.panel.color0 {
background-image: url("../../images/overlay.png"), linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
background-image: url("../../images/overlay.png"), linear-gradient(45deg, white 20%, white 60%, white);
background-size: 128px 128px, auto;
}

Expand Down
Binary file added docs/images/NOTO icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="major">NOTO</h1>
</a> -->
</div>
<div class="image filtered span-1-75" data-position="50% 50%">
<img src="images/icon.webp" alt="" />
<img src="images/NOTO icon.png" alt="" />
</div>
</section>
</div>
Expand Down

0 comments on commit 7159ce5

Please sign in to comment.