From 8827ee076d237b43970851885a15e59f692a67e8 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 3 Oct 2016 15:54:26 -0700 Subject: [PATCH] Making hosts pages dark --- ui/src/style/enterprise_style/_enterprise-custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/style/enterprise_style/_enterprise-custom.scss b/ui/src/style/enterprise_style/_enterprise-custom.scss index 280810233..fbc997c2f 100644 --- a/ui/src/style/enterprise_style/_enterprise-custom.scss +++ b/ui/src/style/enterprise_style/_enterprise-custom.scss @@ -623,14 +623,14 @@ table.table.error-table { table .monotype { font-family: Consolas, "Lucida Console", Monaco, monospace; letter-spacing: 0.69px; - font-size: 11px; + font-size: 12px; font-weight: 700; color: $g9-mountain; } .table-dot { display: inline-block; - width: 10px; - height: 10px; + width: 12px; + height: 12px; border-radius: 50%; background-color: $g17-whisper;