Skip to content

Commit

Permalink
remove shadow it sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
accrazed committed Dec 12, 2023
1 parent d019482 commit 4e851f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion NieR-Import.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ path[d="M5.43309 21C5.35842 21 5.30189 20.9325 5.31494 20.859L5.99991 17H2.14274
.wrapper_f46140,
.roleMention__02469,
.mention {
text-shadow: #000 0 0 3px;
color: rgb(218, 212, 187);
}

.mouse-mode.full-motion .replying_d7b6ad, .mouse-mode.full-motion .replying_d7b6ad:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/chat/_messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
.wrapper_f46140,
.roleMention__02469,
.mention {
text-shadow: #000 0 0 3px;
color: rgb(218, 212, 187);
}
// Replies
.mouse-mode.full-motion .replying_d7b6ad {
Expand Down
18 changes: 9 additions & 9 deletions src/dev.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
// }

:root {
// --color-high: rgb(218, 212, 187);
// --color-low: rgb(87, 84, 74);
// --color-high-trans: rgba(218, 212, 187, 0.8);
// --color-low-trans: rgba(87, 84, 74, 0.6);
--color-high: rgb(87, 84, 74);
--color-low: rgb(218, 212, 187);
--color-high-trans: rgba(87, 84, 74, 0.6);
--color-low-trans: rgba(218, 212, 187, 0.8);
--color-high: rgb(218, 212, 187);
--color-low: rgb(87, 84, 74);
--color-high-trans: rgba(218, 212, 187, 0.8);
--color-low-trans: rgba(87, 84, 74, 0.6);
// --color-high: rgb(87, 84, 74);
// --color-low: rgb(218, 212, 187);
// --color-high-trans: rgba(87, 84, 74, 0.6);
// --color-low-trans: rgba(218, 212, 187, 0.8);
--color-mid: rgb(151, 147, 129);
--color-alert: rgb(205, 102, 77);
--color-alert-trans: rgba(205, 102, 77, 0.7);
Expand All @@ -60,5 +60,5 @@ $alert-trans: var(--color-alert-trans);
$font: var(--nier-font);

@import 'base'; // Main file
@import 'dark'; // color part
@import 'light'; // color part
@import 'cursor';

0 comments on commit 4e851f9

Please sign in to comment.