diff --git a/config.html b/config.html index 7510877..8d7118f 100644 --- a/config.html +++ b/config.html @@ -7,7 +7,7 @@ - + diff --git a/css/buttons.css b/css/button.css similarity index 100% rename from css/buttons.css rename to css/button.css diff --git a/css/table.css b/css/table.css new file mode 100644 index 0000000..837f53b --- /dev/null +++ b/css/table.css @@ -0,0 +1,21 @@ +table { + padding: 10px; + border-collapse: collapse; + border: 1px solid var(--content-txt-color); +} + +tr { + background-color: white; +} + +tr:nth-child(even) { + background-color: #ddd; +} + +tr:hover { + background-color: #aaa; +} + +td { + padding: 5px; +} \ No newline at end of file diff --git a/index.html b/index.html index 3764e02..0eab759 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ tronnet - client - +