diff --git a/src/main/resources/static/css/dark-mode.css b/src/main/resources/static/css/dark-mode.css index 13d32b47..3cc945db 100644 --- a/src/main/resources/static/css/dark-mode.css +++ b/src/main/resources/static/css/dark-mode.css @@ -27,10 +27,13 @@ body { background-color: #444 !important; } - #pages-container-wrapper { --background-color: rgba(255, 255, 255, 0.046) !important; --scroll-bar-color: #4c4c4c !important; --scroll-bar-thumb: #d3d3d3 !important; --scroll-bar-thumb-hover: rgb(var(--base-font-color)) !important; +} + +.favorite-icon img { + filter: brightness(0) invert(1) !important; } \ No newline at end of file diff --git a/src/main/resources/static/images/star-fill.svg b/src/main/resources/static/images/star-fill.svg new file mode 100644 index 00000000..de09c4aa --- /dev/null +++ b/src/main/resources/static/images/star-fill.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/main/resources/static/images/star.svg b/src/main/resources/static/images/star.svg new file mode 100644 index 00000000..742b5e25 --- /dev/null +++ b/src/main/resources/static/images/star.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/main/resources/templates/fragments/card.html b/src/main/resources/templates/fragments/card.html index 9242b862..eef6c82e 100644 --- a/src/main/resources/templates/fragments/card.html +++ b/src/main/resources/templates/fragments/card.html @@ -1,4 +1,4 @@ -