瀏覽代碼

More formatting

deadtom 4 周之前
父節點
當前提交
083fa93324
共有 2 個文件被更改,包括 7 次插入7 次删除
  1. 6 6
      ownchatbot/templates/userpanel.html
  2. 1 1
      ownchatbot/templates/userqueue.html

+ 6 - 6
ownchatbot/templates/userpanel.html

@@ -146,7 +146,7 @@
                     <br>&nbsp;&nbsp;You can also get {{ kofi_settings['donation_points'] }} {{ d_points_label }} for every dollar you donate on Kofi{% if kofi_settings['subs'] %}, and {{ kofi_settings['sub_points'] }} {{ s_points_label }} every month for subscribing to my Kofi page{% endif %}.
                 {% endif %}
             {% endif %}
-            <h3>Active Votes</h3>
+            <h3><u>Active Votes</u></h3>
             {% if votes %}
                 <table>
                     <thead>
@@ -174,10 +174,10 @@
                     </tbody>
                 </table>
             {% else %}
-                &nbsp;&nbsp;There are currently no active votes
+                &nbsp;&nbsp;<span style="color: yellow;">There are currently no active votes</span>
                 <br>
             {% endif %}
-            <h3>Active Goals</h3>
+            <h3><u>Active Goals</u></h3>
             {% if goals %}
             <table>
                 <thead>
@@ -228,11 +228,11 @@
                 </tbody>
             </table>
             {% else %}
-            &nbsp;&nbsp;There are currently no active goals
+            &nbsp;&nbsp;<span style="color: yellow;">There are currently no active goals</span>
             <br>
             {% endif %}
             
-            <h3>Active Rewards</h3>
+            <h3><u>Active Rewards</u></h3>
             {% if rewards %}
             <table>
                 <thead>
@@ -269,7 +269,7 @@
                 </tbody>
             </table>
             {% else %}
-            &nbsp;&nbsp;There are currently no active redeems
+            &nbsp;&nbsp;<span style="color: yellow;">There are currently no active redeems</span>
             {% endif %}
             <br><br>
         </body>

+ 1 - 1
ownchatbot/templates/userqueue.html

@@ -51,7 +51,7 @@
                 </tbody>
             </table>
             {% else %}
-            &nbsp;&nbsp;The queue is currently empty
+            &nbsp;&nbsp;<span style="color: yellow;">The queue is currently empty</span>
             {% endif %}
         </body>
         <br><br>