From 96593c7287e96fb60bc52c40cdc72f8671d448b3 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Thu, 20 Jan 2011 10:08:07 +0000 Subject: [PATCH] Light spice. --- .../resources/themes/console/light/console.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 9f634a1bcd..a33ad6688b 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -759,6 +759,19 @@ h2 { opacity: 1; } +h2 a, h3 a { + text-transform: capitalize; + letter-spacing: 0.03em; +} + +h2 a:hover, h3 a:hover { + text-shadow: none; +} + +.routersummary h3 a{ + text-transform: uppercase; +} + h2 a:hover { text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9); border-bottom: 1px #ff6600; -- GitLab