Skip to content

Commit

Permalink
text edit ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soradotwav authored Aug 15, 2023
1 parent 1a5d9cc commit a4b54dd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions styles/github/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -1521,10 +1521,19 @@
border-radius: 6px;
}

.hPsWZB {
.hPsWZB, .bOUZZs {
background-color: @mantle;
}

.react-blob-header-edit-and-raw-actions > div > a, .react-blob-header-edit-and-raw-actions > div > span > a, .react-blob-header-edit-and-raw-actions > div > span > button {
background-color: @base;
color: @subtext0;

&:hover {
background-color: @surface1;
}
}

.hMOAua {
color: @subtext1;

Expand Down Expand Up @@ -1647,7 +1656,7 @@

.wLDmP {
background-color: @mantle;
border-color: @surface1;
border: 1px solid @surface1;
}

.eNSiNz .segmentedControl-content, .gKuCoB .segmentedControl-content {
Expand Down

0 comments on commit a4b54dd

Please sign in to comment.