Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dark.css')
-rw-r--r--static/css/dark.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
index 6841161..94b69e8 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -58,3 +58,12 @@ a:hover {
.highlight {
background-color: #333;
}
+
+table th {
+ background-color: #333;
+}
+
+table th, table td {
+ padding: 10px 20px;
+ border: 1px solid #666;
+} \ No newline at end of file