diff options
| -rw-r--r-- | src/css/dumbymap.css | 19 | ||||
| -rw-r--r-- | src/css/style.css | 17 |
2 files changed, 19 insertions, 17 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 10778e8..d5b25cc 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
| @@ -236,6 +236,24 @@ a[href^='http']:not(:has(img))::after, | |||
| 236 | animation: 1.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21); | 236 | animation: 1.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21); |
| 237 | } | 237 | } |
| 238 | } | 238 | } |
| 239 | |||
| 240 | details { | ||
| 241 | display: block; | ||
| 242 | width: fit-content; | ||
| 243 | padding: .3rem 1rem; | ||
| 244 | |||
| 245 | border-radius: 4px; | ||
| 246 | |||
| 247 | background: #F0F0F0; | ||
| 248 | |||
| 249 | summary { | ||
| 250 | cursor: pointer; | ||
| 251 | } | ||
| 252 | |||
| 253 | &:hover { | ||
| 254 | background: #E4E4E7; | ||
| 255 | } | ||
| 256 | } | ||
| 239 | } | 257 | } |
| 240 | 258 | ||
| 241 | .menu { | 259 | .menu { |
| @@ -784,6 +802,7 @@ a[href^='http']:not(:has(img))::after, | |||
| 784 | 802 | ||
| 785 | .Dumby[data-layout='sticky'] { | 803 | .Dumby[data-layout='sticky'] { |
| 786 | max-width: 80em; | 804 | max-width: 80em; |
| 805 | |||
| 787 | .Showcase { | 806 | .Showcase { |
| 788 | display: block; | 807 | display: block; |
| 789 | width: 20vw; | 808 | width: 20vw; |
diff --git a/src/css/style.css b/src/css/style.css index 209ff0b..6b0c16d 100644 --- a/src/css/style.css +++ b/src/css/style.css | |||
| @@ -177,20 +177,3 @@ blockquote { | |||
| 177 | text-align: center; | 177 | text-align: center; |
| 178 | } | 178 | } |
| 179 | 179 | ||
| 180 | details { | ||
| 181 | display: block; | ||
| 182 | width: fit-content; | ||
| 183 | padding: .3rem 1rem; | ||
| 184 | |||
| 185 | border-radius: 4px; | ||
| 186 | |||
| 187 | background: #F0F0F0; | ||
| 188 | |||
| 189 | summary { | ||
| 190 | cursor: pointer; | ||
| 191 | } | ||
| 192 | |||
| 193 | &:hover { | ||
| 194 | background: #E4E4E7; | ||
| 195 | } | ||
| 196 | } | ||