feat: use parent app's reset & variables CSS

This commit is contained in:
Ayo Ayco 2025-01-19 10:01:02 +01:00
parent a1059f9b90
commit 26cb6d0c84
2 changed files with 6 additions and 4 deletions

View file

@ -22,8 +22,9 @@
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
</script>
<link rel="stylesheet" href="{{ url_for('threads.static', filename='variables.css') }}" />
<link rel="stylesheet" href="{{ url_for('threads.static', filename='reset.css') }}" />
<!-- Use parent app's variables & reset stylesheets -->
<link rel="stylesheet" href="{{ url_for('static', filename='variables.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='reset.css') }}" />
<style>
html {
scroll-behavior: smooth;

View file

@ -22,8 +22,9 @@
import TimeAgo from 'https://esm.sh/v135/@github/relative-time-element@4.4.0'
</script>
<link rel="stylesheet" href="{{ url_for('threads.static', filename='variables.css') }}" />
<link rel="stylesheet" href="{{ url_for('threads.static', filename='reset.css') }}" />
<!-- Use parent app's variables & reset stylesheets -->
<link rel="stylesheet" href="{{ url_for('static', filename='variables.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='reset.css') }}" />
<style>
html {
scroll-behavior: smooth;