From a38e0b4d1f5cfe27e6e06dad0b60418dd8dc363c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= <xdvora19@fi.muni.cz> Date: Sun, 3 Nov 2024 10:12:29 +0100 Subject: [PATCH] * Add a filter to the color of logo based on devise width --- docs/stylesheets/extra.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 64b2cc6..b237306 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -334,6 +334,12 @@ tr td { font-size: xx-large; } +@media (max-width: 1219px) { + nav.md-nav.md-nav--primary label.md-nav__title a.md-nav__button.md-logo img { + filter: invert(98%) sepia(68%) saturate(2100%) hue-rotate(318deg) brightness(107%) contrast(103%); + } +} + @media (max-width: 1200px) { .main-gridc { display: grid; -- GitLab