mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
24 lines
385 B
CSS
24 lines
385 B
CSS
.setting {
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.blockedAddress {
|
|
padding-bottom: 5px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.unblockAll {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.button {
|
|
text-transform: capitalize;
|
|
color: var(--button-desktop-text-color);
|
|
text-decoration: var(--button-text-decoration);
|
|
}
|
|
|
|
.button:hover {
|
|
color: var(--button-desktop-text-color-hover);
|
|
cursor: pointer;
|
|
} |