84db2d3b73e12ec17fbfaafb3e1672e375891a26
custom.css
| ... | ... | @@ -319,7 +319,7 @@ h1.header-title { |
| 319 | 319 | 75% 100%, 25% 100%, 0% 50%); |
| 320 | 320 | |
| 321 | 321 | background: #1b1b1b; |
| 322 | - border: none; |
|
| 322 | + border: 1px solid #333; |
|
| 323 | 323 | transition: background .15s ease, transform .06s ease; |
| 324 | 324 | } |
| 325 | 325 | |
| ... | ... | @@ -333,7 +333,7 @@ h1.header-title { |
| 333 | 333 | } |
| 334 | 334 | |
| 335 | 335 | /* Labels */ |
| 336 | -.hex .label{ font-weight:700; line-height:1.2; } |
|
| 336 | +.hex .label{ font-weight:700; line-height:1.2; border: none;} |
|
| 337 | 337 | |
| 338 | 338 | /* Positions stay the same: */ |
| 339 | 339 | .hex.pos-c { grid-column: 3; grid-row: 3; } |