File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 109109body {
110110 font-family : Bahnschrift, Inter, Helvetic, sans-serif;
111111 font-size : 13px ; /* 1.2rem; */
112- background-color : # f5f5f5 ; /* very light gray, was #eeeeee */
112+ background-color : # f5f5f5 ; /* very light gray, mostly white */
113113 color : # ffffff ; /* white */
114114 text-align : left;
115115 padding : 10px ;
@@ -131,7 +131,7 @@ body {
131131 border-radius : 1px ; /* 4px */
132132}
133133# myBtn : hover {
134- background-color : # ffc0cb ; /* very pale red */
134+ background-color : # ffe7e7 ; /* very pale red */
135135}
136136
137137details {
@@ -141,14 +141,14 @@ details {
141141details > summary {
142142 padding : 2px 6px ;
143143 width : max-content; /* 12em */
144- background-color : # eee ; /* very light gray */
144+ background-color : # eeeeee ; /* very light gray */
145145 border : none;
146146 box-shadow : 3px 3px 4px # 00008b ; /* dark blue */
147147 cursor : pointer;
148148}
149149details > p {
150150 border-radius : 0 0 10px 10px ;
151- background-color : # fff ; /* white */
151+ background-color : # ffffff ; /* white */
152152 padding : 2px 6px ;
153153 margin : 0.2 ;
154154 box-shadow : 3px 3px 4px # 0008b ; /* dark blue */
You can’t perform that action at this time.
0 commit comments