Skip to content

Commit

Permalink
hightlighted hardcoded button in entry.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner49ur authored Aug 31, 2024
1 parent a7f6577 commit 78795cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions entry/entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Rigtools | Devtools Code Execution</h1>
}

.button {
background-color: #a6da95;
background-color: #4CAF50;
border: none;
color: white;
padding: 9px 15px;
Expand All @@ -71,6 +71,10 @@ <h1>Rigtools | Devtools Code Execution</h1>
cursor: pointer;
border-radius: 5px;
}

#ls-filter {
background-color: #f44336;
}
</style>

<script defer>
Expand Down Expand Up @@ -207,4 +211,4 @@ <h1>Rigtools | Devtools Code Execution</h1>
});
</script>
</body>
</html>
</html>

0 comments on commit 78795cb

Please sign in to comment.