This commit is contained in:
@@ -194,6 +194,26 @@ footer {
|
||||
border-radius: .2em;
|
||||
}
|
||||
|
||||
.webring {
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
a {
|
||||
padding: .5rem 1rem;
|
||||
margin: .1rem !important;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.disabled {
|
||||
opacity: 50%;
|
||||
cursor: not-allowed;
|
||||
|
||||
a {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: .5rem;
|
||||
|
||||
Reference in New Issue
Block a user