Commit 529fd118 authored by kristipark's avatar kristipark Committed by Commit Bot

[NTP] Adjust Most Visited title shadow and fix shadow clipping

Before: https://screenshot.googleplex.com/uaoCMDztv5s.png
After: https://screenshot.googleplex.com/zZnYTUShvnX.png

Bug: 863452
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: I41986b5288daa1c68135b9ca6fb6828c4cd444a9
Reviewed-on: https://chromium-review.googlesource.com/1141223
Commit-Queue: Mathieu Perreault <mathp@chromium.org>
Reviewed-by: default avatarMathieu Perreault <mathp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576016}
parent f0f9909a
...@@ -489,10 +489,6 @@ body.background-image .md-tile:active .md-title { ...@@ -489,10 +489,6 @@ body.background-image .md-tile:active .md-title {
width: var(--md-fallback-letter-size); width: var(--md-fallback-letter-size);
} }
.md-title-container {
overflow: hidden;
}
.md-title { .md-title {
color: rgba(33, 32, 36, 0.86); color: rgba(33, 32, 36, 0.86);
font-family: 'Roboto', arial, sans-serif; font-family: 'Roboto', arial, sans-serif;
...@@ -511,7 +507,7 @@ body.dark-theme .md-title { ...@@ -511,7 +507,7 @@ body.dark-theme .md-title {
} }
body.background-image .md-title { body.background-image .md-title {
text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); text-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
} }
.md-menu { .md-menu {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment