diff --git a/static/css-source/source.css b/static/css-source/source.css index 96f1f260..a851538d 100644 --- a/static/css-source/source.css +++ b/static/css-source/source.css @@ -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%; @@ -2415,4 +2417,4 @@ box-shadow: inset 0 0 3px var(--primary-color); left: 40%; background-color: var(--secondary-color); opacity: 75%; - } \ No newline at end of file + }