From ac68f06d230fd589edb9b1d13af50836d554f23e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Dec 2022 13:53:26 +0100 Subject: optimize accessability (screen readers 'n stuff) --- client-web/public/assets/style/master.css | 2 +- client-web/public/start.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'client-web/public') diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css index caa8c85..c030f63 100644 --- a/client-web/public/assets/style/master.css +++ b/client-web/public/assets/style/master.css @@ -33,7 +33,7 @@ body { justify-content: left; } -h2 { +h1 { font-weight: 700; margin: 1em; } diff --git a/client-web/public/start.html b/client-web/public/start.html index aa60f35..efb9f22 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -8,7 +8,7 @@
-

keks-meet

+

keks-meet

A web conferencing application using webrtc

keks-meet is free software! It is licenced under the terms of @@ -29,6 +29,7 @@ room_input.type = "text"; room_input.id = "room-id-input"; room_input.placeholder = "Room ID"; + room_input.ariaLabel = "Room ID" const submit = document.createElement("input"); submit.type = "button"; -- cgit v1.2.3-70-g09d2