mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
style: enhance notification item styles with color adjustments and SVG inheritance
This commit is contained in:
@@ -42,12 +42,17 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: globals.$background-color;
|
background-color: globals.$background-color;
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__badge-picture {
|
&__badge-picture {
|
||||||
|
|||||||
Reference in New Issue
Block a user