Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions themes/Theme-Minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ For intended experience:

## Changelog

### Version 0.2.7 - 2025-04-07
- Theme studio rating for real.
- Remove card hover.

### Version 0.2.6 - 2025-04-06

- Theme studio rating.
Expand Down
2 changes: 1 addition & 1 deletion themes/Theme-Minimal/Theme-Minimal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Theme - Minimal
description: Minimal Theme for Stash
version: 0.2.6
version: 0.2.7
ui:
css:
- index.css
Expand Down
7 changes: 1 addition & 6 deletions themes/Theme-Minimal/scenes.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@
background: none;
box-shadow: none;
border: none;
padding: 20px;

margin: 8px;

border-radius: 10px;

transition: background-color 0.5s ease-out;
&:hover {
background-color: var(--primary-2);
}

a .card-section-title {
color: unset;
text-decoration: none;
Expand Down