Skip to content
Snippets Groups Projects
Commit a38e0b4d authored by Roman Dvořák's avatar Roman Dvořák
Browse files

* Add a filter to the color of logo based on devise width

parent 7e810c9d
No related branches found
No related tags found
No related merge requests found
...@@ -334,6 +334,12 @@ tr td { ...@@ -334,6 +334,12 @@ tr td {
font-size: xx-large; 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) { @media (max-width: 1200px) {
.main-gridc { .main-gridc {
display: grid; display: grid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment