Skip to content

Commit 9e342cf

Browse files
authored
Update styles.css
1 parent 8370d3d commit 9e342cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ h6 {
109109
body {
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

137137
details {
@@ -141,14 +141,14 @@ details {
141141
details > 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
}
149149
details > 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 */

0 commit comments

Comments
 (0)