Skip to content

Commit

Permalink
Some bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saysora authored Nov 24, 2023
1 parent 28f427e commit 4f48811
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions P5.theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name Persona 5
* @version 1.10.0
* @version 1.10.0a
* @description Persona 5 Color Scheme for Better Discord
* @author saysora
* @website https://github.com/saysora
Expand Down Expand Up @@ -490,8 +490,6 @@ div[data-list-id="people-list"] div[role="listitem"] div[role="button"]:nth-chil

ol[data-list-id="chat-messages"] div[role="article"] > div > img {
border-radius: 0;
background-color: #000;

border: 2px solid #fff;
transform: rotate(-4deg) skew(3deg);
overflow: visible;
Expand Down Expand Up @@ -586,12 +584,12 @@ ol[data-list-id="chat-messages"] div[role="separator"]:nth-child(2n + 1) span {
transform: skew(-6deg);
}

ol[data-list-id="chat-messages"] div[role="article"] > div > div span[role="button"] {
ol[data-list-id="chat-messages"] div[role="article"] > div > div span[role="button"]:has(:not(img)) {
background: var(--p5-primary);
color: #fff !important;
}

ol[data-list-id="chat-messages"] div[role="article"] > div > div span[role="button"]:hover {
ol[data-list-id="chat-messages"] div[role="article"] > div > div span[role="button"]:has(:not(img)):hover {
background: rgba(0, 0, 0, 0.6) !important;
}

Expand Down

0 comments on commit 4f48811

Please sign in to comment.