Skip to content

Commit

Permalink
Inject custom styles into other pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Nov 24, 2023
1 parent 9b1467f commit 7fa39b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lute/templates/read/frameform.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<!-- override most of the elements in styles with more compact css. -->
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles-compact.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('settings.custom_styles') }}">

<script type="text/javascript" src="{{ url_for('static', filename='js/jquery.js') }}" charset="utf-8"></script>
<script type="text/javascript" src="{{ url_for('static', filename='js/jquery.scrollTo.min.js') }}" charset="utf-8"></script>
Expand Down
1 change: 1 addition & 0 deletions lute/templates/term/sentences.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Sentences</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('settings.custom_styles') }}">
<style>
body {
margin: 0 50px 0 15px;
Expand Down

0 comments on commit 7fa39b4

Please sign in to comment.