Skip to content

Commit

Permalink
css changes copied from joanq
Browse files Browse the repository at this point in the history
  • Loading branch information
dktr0 committed Apr 9, 2024
1 parent 07f1f7a commit af1c40b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/css-source/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,11 @@ display: block;

.evalFlash {
color: var(--background-color);
background-color: var(--primary-color);
background-color: var(--background-color) !important;
}

input:focus, textarea:focus { outline: none; }

/*ex. the div that 'Sound' is written in, in ICLCFixed)*/
.singlePatternDiv-label{
font-size:100%;
Expand Down Expand Up @@ -2415,4 +2417,4 @@ box-shadow: inset 0 0 3px var(--primary-color);
left: 40%;
background-color: var(--secondary-color);
opacity: 75%;
}
}

0 comments on commit af1c40b

Please sign in to comment.