From 4e73372cf8cca01373026426b25ec3ecd4ac61ee Mon Sep 17 00:00:00 2001 From: ix5 Date: Mon, 28 Dec 2020 13:29:47 +0100 Subject: [PATCH] style: kube: .message>a color, underline --- static/css/kube.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/kube.css b/static/css/kube.css index 0936fac..bdbdb64 100644 --- a/static/css/kube.css +++ b/static/css/kube.css @@ -2013,7 +2013,10 @@ button:hover, margin-bottom: 24px; position: relative; } .message a { - color: inherit; } + color: #1764de; + /* color: inherit; */ + text-decoration: underline; + } .message h2, .message h3, .message h4,