fix emojis rendering \!/ -> CSS conversion

This commit is contained in:
fenix 2026-02-25 13:59:07 +01:00
parent d270ba3ce8
commit 14949a3775
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<title>Mis Notas</title> <title>Mis Notas</title>
<script src="/marked.min.js"></script> <script src="/marked.min.js"></script>
<style> <style>
body { max-width: 800px; margin: 2em auto; font-family: sans-serif; padding: 0 1.5em; line-height: 1.6; } body { max-width: 800px; margin: 2em auto; font-family: sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', 'Twemoji Mozilla', 'EmojiOne Color'; padding: 0 1.5em; line-height: 1.6; }
table { border-collapse: collapse; width: 100%; margin: 1em 0; } table { border-collapse: collapse; width: 100%; margin: 1em 0; }
th, td { border: 1px solid #ccc; padding: .4em .8em; text-align: left; } th, td { border: 1px solid #ccc; padding: .4em .8em; text-align: left; }
th { background: #f5f5f5; font-weight: bold; } th { background: #f5f5f5; font-weight: bold; }