Spaces:
Running
Running
File size: 840 Bytes
4e925af 741c163 df43c05 741c163 df43c05 741c163 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
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;
} |