prepare for release, adding previews, improving readme

This commit is contained in:
Eudaimon 2022-04-20 10:15:28 +02:00
parent ebabde0cfa
commit 5fb7c6c590
19 changed files with 277 additions and 354 deletions

View file

@ -60,7 +60,7 @@ $gtk: 4;
@if $t==normal {
color: $text_color;
border-color: $borders_color;
border-color: $text_color;// $borders_color;
background-color: $base_color;
@include _shadows(inset $_entry_shadow, 0 1px $_hilight_color);
// for the transition to work the number of shadows in different states needs to match, hence the transparent shadow here.