Skip to content

Commit

Permalink
table
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 27, 2024
1 parent e410800 commit db7f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learningmodule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Type in the subject name in the search box below.

<script src="table.js"></script>

<input class="task-text" type="text" id="myInput" onkeyup="myFunction()" placeholder="Search by subject.." title="Type in a name">
<input class="task-text" type="text" id="myInput" style="background:#3630a3;color:white" onkeyup="myFunction()" placeholder="Search by subject.." title="Type in a name">

<table id="myTable" class="table table-bordered table-hover table-condensed">
<thead><tr><th title="Field #1">Subject</th>
Expand Down

0 comments on commit db7f9d2

Please sign in to comment.