Skip to content

Commit

Permalink
Get cozy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Bettencourt committed Mar 19, 2023
1 parent 1b3dfc2 commit 712c4b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/vexillo.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ a.tile:visited {
color: #000000;
text-decoration: none;
}
.pvb160 .tile,
.pvf160 .tile,
.pvn128 .tile {
padding: 0 8px;
}
h1 {
margin: 16px 0;
font-size: 24px;
Expand Down
1 change: 1 addition & 0 deletions app/vexillo.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ $(document).ready(function() {
}

var updateStyleSelector = function() {
$('.tiles').attr('class', 'tiles ' + currentStyleID);
$('.style-selector').removeClass('selected');
$('.style-selector').each(function() {
var sel = $(this);
Expand Down

0 comments on commit 712c4b3

Please sign in to comment.