diff --git a/visualizer/static/style.css b/visualizer/static/style.css index ad65edb17639b33c03097d060ae8eb5e44ca9361..cab797f98038db5c7a806b703d275d7f909d56bc 100644 --- a/visualizer/static/style.css +++ b/visualizer/static/style.css @@ -180,11 +180,11 @@ select:disabled { } #visualize { - background: #0479a8; - border: 2px solid #0479a8; + background: #007db1; + border: 2px solid #007db1; border-radius: 2px; box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); - color: #fff; + color: white; cursor: pointer; display: inline-block; font-size: 1rem; @@ -192,18 +192,18 @@ select:disabled { font-family: inherit; line-height: 1; margin: 8px; - padding: .55rem 1rem; + padding: 0.55rem 1rem; position: relative; text-align: center; - transition: all .25s ease-out; + transition: all 0.25s ease-out; } #visualize:focus, #visualize:hover { background-color: white; - color: #0479a8; + color: #007db1; outline: 0; - transition: all .25s ease-in-out; + transition: all 0.25s ease-in-out; } #visualization {