Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 2feb565

Browse files
authored
Merge pull request #524 from mistydemeo/aqua_theme_image_rendering
2 parents 9df6961 + 1370a22 commit 2feb565

File tree

1 file changed

+6
-0
lines changed
  • packages/frontend/src/assets/themes

1 file changed

+6
-0
lines changed

packages/frontend/src/assets/themes/aqua.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ app-blog-header, app-post {
9696
border-radius: 2px 2px 0px 0px !important;
9797
}
9898

99+
.media-container {
100+
/* pixelated is set for app-post for the background, but actual
101+
post images shouldn't be rendered that way */
102+
image-rendering: auto;
103+
}
104+
99105
app-dashboard {
100106
background-color: rgb(200, 200, 200);
101107
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAJklEQVQIW2P4jwQYPgLBBxACEgyvgOD1q9evQRTDJ6DQJyAESQIArr4thzvyUt4AAAAASUVORK5CYII=");

0 commit comments

Comments
 (0)