feat: use parent app's reset & variables CSS
This commit is contained in:
parent
a1059f9b90
commit
26cb6d0c84
2 changed files with 6 additions and 4 deletions
|
@ -22,8 +22,9 @@
|
||||||
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
|
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ url_for('threads.static', filename='variables.css') }}" />
|
<!-- Use parent app's variables & reset stylesheets -->
|
||||||
<link rel="stylesheet" href="{{ url_for('threads.static', filename='reset.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('static', filename='variables.css') }}" />
|
||||||
|
<link rel="stylesheet" href="{{ url_for('static', filename='reset.css') }}" />
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
|
|
@ -22,8 +22,9 @@
|
||||||
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
|
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ url_for('threads.static', filename='variables.css') }}" />
|
<!-- Use parent app's variables & reset stylesheets -->
|
||||||
<link rel="stylesheet" href="{{ url_for('threads.static', filename='reset.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('static', filename='variables.css') }}" />
|
||||||
|
<link rel="stylesheet" href="{{ url_for('static', filename='reset.css') }}" />
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
|
Loading…
Reference in a new issue