Spaces:
Running
Running
| h1 { | |
| text-align: center; | |
| display: block; | |
| } | |
| body a, | |
| .contain a, | |
| #table a { | |
| background-color: transparent; | |
| color: #58a6ff; | |
| text-decoration: none; | |
| } | |
| body a:active, | |
| body a:hover { | |
| outline-width: 0; | |
| } | |
| body a:hover { | |
| text-decoration: underline; | |
| } | |
| #login-row { | |
| justify-content: center; | |
| display: flex; | |
| } | |
| .avatar-container { | |
| position: relative; | |
| margin-left: 0.5rem; | |
| width: 1.38rem; | |
| height: 1.38rem; | |
| } | |
| .avatar-button { | |
| margin-left: auto; | |
| border-radius: 9999px; | |
| ring: 2px solid rgb(245 158 11); | |
| outline: 2px solid transparent; | |
| outline-offset: 2px; | |
| background: none; | |
| border: none; | |
| padding: 0; | |
| cursor: pointer; | |
| } | |
| .avatar-button:hover { | |
| ring-offset: 1px; | |
| } | |
| .avatar-image { | |
| width: 1.38rem; | |
| height: 1.38rem; | |
| overflow: hidden; | |
| border-radius: 9999px; | |
| } |