From 53b77ea9ace99a9d8b14238401e2c698e0aadd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20V=C3=A4=C3=A4n=C3=A4nen?= Date: Sun, 15 Sep 2024 11:30:24 +0300 Subject: [PATCH] Fix some dark mode issues on mobile Change-Id: I2f2c9da258467a3b1610c25661baa9fdb064f8fd --- modules/dt.init.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dt.init.less b/modules/dt.init.less index e73bbe247..f5f2b0303 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -507,7 +507,7 @@ h1, h2, h3, h4, h5, h6 { // The tap-highlight is an odd shape and shows even for cancelled events on -actions, // just hide it. -webkit-tap-highlight-color: transparent; - border-top: @border-width-base @border-style-base #eaecf0; + border-top: @border-width-base @border-style-base @border-color-muted; h2 { width: auto; @@ -809,7 +809,7 @@ h1, h2, h3, h4, h5, h6 { box-sizing: content-box; color: @color-progressive; background: @background-color-interactive-subtle; - border-top: @border-width-base @border-style-base #eaecf0; + border-top: @border-width-base @border-style-base @border-color-muted; text-align: center; // Match Minerva styles