Skip to content

Commit

Permalink
Merge branch 'whitespace' into whitespace-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vfbd committed Jun 24, 2022
2 parents 6e138db + 793d788 commit 6acfa8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {

chunk {
color: #ffffff;
white-space: pre-wrap;
}

#gametext.adventure action {
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="static/bootstrap.min.css">
<link rel="stylesheet" href="static/bootstrap-toggle.min.css">
<link rel="stylesheet" href="static/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="static/custom.css?ver=1.18.1b">
<link rel="stylesheet" href="static/custom.css?ver=1.18.1c">

<script src="static/jquery-3.6.0.min.js"></script>
<script src="static/jquery-ui.sortable.min.js"></script>
Expand Down

0 comments on commit 6acfa8c

Please sign in to comment.