diff --git a/entry/entry.html b/entry/entry.html index 2aab5b7..0e672ab 100644 --- a/entry/entry.html +++ b/entry/entry.html @@ -59,7 +59,7 @@

Rigtools | Devtools Code Execution

} .button { - background-color: #a6da95; + background-color: #4CAF50; border: none; color: white; padding: 9px 15px; @@ -71,6 +71,10 @@

Rigtools | Devtools Code Execution

cursor: pointer; border-radius: 5px; } + + #ls-filter { + background-color: #f44336; + } - \ No newline at end of file +