Icons: Use accent color for bookmarks star icon

Signed-off-by: Rafael Mardojai CM <email@rafaelmardojai.com>
This commit is contained in:
Rafael Mardojai CM 2022-05-21 23:52:39 -05:00
parent 297a7b007f
commit f4014e54a6
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ button.close::before {
list-style-image: url("../icons/non-starred-symbolic.svg") !important;
}
#star-button[starred] {
fill: orange !important;
fill: var(--gnome-accent) !important;
}
/* History button */