Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue #63 #65

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ sudo apt build-dep pop-gnome-shell-theme

Or, use this to install all dependencies in one go:
```
sudo apt install libsass0 sassc inkscape optipng libglib2.0-dev-bin
sudo apt install libsass1 sassc inkscape optipng libglib2.0-dev-bin
evertiro marked this conversation as resolved.
Show resolved Hide resolved
```

3. Generate the theme files.
Expand Down
2 changes: 1 addition & 1 deletion src/common/sass/widgets/_activities.scss
Expand Up @@ -35,7 +35,7 @@
width: $entry_size;
padding: $small_padding $standard_padding;
border-radius: 0;
color: rgba($inverse_fg_color, 0.85);
color: rgba($inverse_fg_color, 0.85) !important;
evertiro marked this conversation as resolved.
Show resolved Hide resolved
@include entry(normal, $bg_color);
background-color: rgba(white, 0.01); //needed to show box-shadow.
&:focus {
Expand Down