Skip to content

Commit

Permalink
Merge pull request #644 from rgantzos/main
Browse files Browse the repository at this point in the history
  • Loading branch information
rgantzos authored Aug 11, 2023
2 parents f3f654c + 5be4e6c commit 57928dc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions features/original-colors/scratch-www.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,4 +522,30 @@ div.box.v-tabs > div.tabs-index li > a {
.blockpost div.box {
background-color: #3397d9ff;
border-top-color: #2d97ccff;
}

button[class^="record-modal_ok-button_"] {
background-color: var(--ste-blue) !important;
}

button[class^="record-modal_main-button_"] img:not([src^="data:image/svg+xml;base64,"]) {
filter: sepia(300%) hue-rotate(185deg) saturate(450%);
}

span[class^="record-modal_playing-text_"] {
color: var(--ste-blue) !important;
}

button[class^="record-modal_rerecord-button_"] {
color: var(--ste-blue) !important;
}

button[class^="record-modal_rerecord-button_"] img {
filter: sepia(300%) hue-rotate(185deg) saturate(450%);
}

input[class^="input_input-form_"]:focus {
box-shadow: 0 0 0 0.25rem #4e97fe35 !important;
-webkit-box-shadow: 0 0 0 0.25rem #4e97fe35 !important;
border-color: var(--ste-blue) !important;
}

0 comments on commit 57928dc

Please sign in to comment.