diff options
| author | kj-sh604 | 2024-08-05 17:27:57 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-05 17:27:57 -0400 |
| commit | db02f607ab281d8b2638f8eb1edc1300a0447c72 (patch) | |
| tree | a5e1b9165def25cb62c047e2eac95e5f69b4fb6e /index.php | |
| parent | 11ae134cd720443b6ed5fe67bc570bbfcc8730e0 (diff) | |
fix: broken light mode
and other things
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -92,7 +92,7 @@ session_start(); ?> <div> <br> <details> - <summary style="font-size: 1.125rem;"><strong>← expand for markdown text editor ✏</strong></summary> + <summary style="font-size: 1.125rem;"><strong>← expand for markdown text editor 📝</strong></summary> <p> <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script> <form class="" action="index.php" method="post"> @@ -107,7 +107,6 @@ session_start(); ?> }); </script> </p> - <link rel="stylesheet" href="../css/editor.css"> </details> <br> <details> |
