diff mbox series

web-app: Emphasize the SW of SWUpdate in the title to improve readability

Message ID 1520342121-26891-1-git-send-email-stefan@herbrechtsmeier.net
State Accepted
Headers show
Series web-app: Emphasize the SW of SWUpdate in the title to improve readability | expand

Commit Message

Stefan Herbrechtsmeier March 6, 2018, 1:15 p.m. UTC
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
---

 web-app/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/web-app/index.html b/web-app/index.html
index cca5029..554be6e 100755
--- a/web-app/index.html
+++ b/web-app/index.html
@@ -49,7 +49,7 @@ 
   <div class="container">
     <!-- Header -->
     <div class="jumbotron my-3">
-      <h1 class="display-4">SWUpdate</h1>
+      <h1 class="display-4"><span class="text-primary">SW</span>Update</h1>
       <p class="lead">Software update for embedded systems</p>
       <p>Upload an software image below or restart the system at the top right.</p>
     </div>