src/widgets/Quiz.module.css
changeset 1076 510fd2a482f4
parent 1072 ac1eacb3aa33
--- a/src/widgets/Quiz.module.css	Sat Oct 19 01:34:55 2024 +0200
+++ b/src/widgets/Quiz.module.css	Tue Oct 22 07:03:54 2024 +0200
@@ -206,7 +206,7 @@
     box-shadow:         0 0 5px black;
 }
 
-input[type="button"] {
+input[type="button"].Ldt-Quiz-Button {
     border: none;
     font-size: 18pt;
     text-align: center;
@@ -215,7 +215,7 @@
     cursor: pointer;
 }
 
-input[value="Non"] {
+input[value="Non"].Ldt-Quiz-Button {
     background-color: #F86060;
 }