Skip to content

Commit

Permalink
The leftover bit of dust after a sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanR712 committed Apr 14, 2024
1 parent aad2f10 commit 3fd96ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
4 changes: 0 additions & 4 deletions src/CSS/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ p {
box-shadow: var(--mode-btn-shadow);
color: var(--mode-btn-icon-color);
text-align: center;
}

.toolButton:active {
transform: translateY(2px);
}

.toolButtonPressed {
-webkit-box-shadow: var(--mode-btn-press-shadow);
Expand Down Expand Up @@ -156,7 +153,6 @@ p {
-webkit-user-select: none;
user-select: none;
}

.toggle-switch {
position: relative;
display: block;
Expand Down
22 changes: 0 additions & 22 deletions src/CSS/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,26 +176,4 @@
}

/* Subrina Theme */
[data-theme="Ocean-Pearl"] {
--global-background : #ffffff;
--p-text : #ffffff;
--canvas-bg : #e2b3ef;
--canvas-items : #5d95a3;
--good-placement : #ffffff;
--bad-placement : #8dc4d2;
--header-border: 2px solid #ffffff;
--header-bg : #8dc4d2;
--toolbar-border: 2px solid #ffffff;
--toolbar-bg: #8dc4d2;
--subbar-border: 2px solid #ffffff;
--subbar-bg: #8dc4d2;
--sidebar-border: 2px solid #ffffff;
--sidebar-bg: #8dc4d2;
--mode-btn-border: 2px solid #bb77ce;
--mode-btn-bg: #bb77ce;;
--mode-btn-icon-color :#ffffff;
--mode-btn-radius: 25%;
--mode-btn-hover-bg: none;
--mode-btn-shadow: none;
--mode-btn-press-shadow: inset 0px 0px 5px #ffffff;
}
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
<option value="Peirced-from-Within">Peirced-from-Within</option>
<option value="Vampire-Core">Vampire-Core</option>
<option value="Peircing-the-Galaxy">Peircing-the-Galaxy</option>
<option value="Ocean-Pearl">Ocean-Pearl</option>
</select>
<button type="button" onclick="saveMode()" title="Save File" class="toolButton">
<i class="fa fa-floppy-o" aria-hidden="true"></i>
Expand Down

0 comments on commit 3fd96ad

Please sign in to comment.