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:
authorVivek R <vividvilla@gmail.com>2020-01-05 09:25:42 +0300
committerVivek R <vividvilla@gmail.com>2020-01-05 09:25:42 +0300
commit28b525ab09ef895d0bb7418c93b32bf0497d6b59 (patch)
treee564b053261630ec2ebfcf984b22d83495a21edc /static/css/dark.css
parent7aba720e7744ecaea04f512f07d8f64c574ee406 (diff)
feat: default style for table
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