aboutsummaryrefslogtreecommitdiff
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_admin.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less
index eab7b15e..24f13ba5 100644
--- a/public/less/_admin.less
+++ b/public/less/_admin.less
@@ -62,5 +62,12 @@
#test-mail-btn {
margin-left: 5px;
}
+ table tbody tr td:first-child {
+ font-weight: bold;
+ }
+ pre {
+ background-color: #f7f7f7;
+ padding: 5px;
+ }
}
}