Ver código fonte

Bolded text, for better visibility.

deadtom 3 semanas atrás
pai
commit
eb5b87ced4
2 arquivos alterados com 3 adições e 1 exclusões
  1. 1 0
      ownchatbot/templates/goals.html
  2. 2 1
      ownchatbot/templates/votes.html

+ 1 - 0
ownchatbot/templates/goals.html

@@ -12,6 +12,7 @@
             color: white;
             width: 600px;
             text-align: left;
+	    font-weight: bold;
         }
     </style>
 </head>

+ 2 - 1
ownchatbot/templates/votes.html

@@ -12,7 +12,8 @@
             color: white;
             width: 400px;
             position: absolute; 
-                            bottom: 0; left: 0;
+            bottom: 0; left: 0;
+	    font-weight: bold;
         }
     </style>
 </head>