From 362c607da5d78830b2601febab74271c23386c81 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Thu, 15 Jul 2021 21:33:38 +0500 Subject: [PATCH] Do not use color to differentiate active hypha tab, properly --- static/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index e86e358..072ccc4 100644 --- a/static/default.css +++ b/static/default.css @@ -280,7 +280,8 @@ table { border: 0; background-color: #444444; color: #ddd; } .transclusion .codeblock { background-color: #454545; } mark { background: rgba(130, 80, 30, 5); color: inherit; } @media screen and (max-width: 800px) { - .hypha-tabs { background-color: #232323; } + .hypha-tabs a, + .hypha-tabs { background-color: #343434; } } }