mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
27 lines
461 B
CSS
27 lines
461 B
CSS
.languageSettings {
|
|
display: inline-block;
|
|
}
|
|
|
|
.setting {
|
|
text-transform: capitalize;
|
|
margin-left: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.version {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.version a {
|
|
color: var(--post-link-text-color);
|
|
text-decoration: var(--post-content-link-text-decoration);
|
|
}
|
|
|
|
.version a:hover {
|
|
color: var(--post-link-text-color-hover);
|
|
text-decoration: var(--post-content-link-text-decoration-hover);
|
|
}
|
|
|
|
.interfaceSettings {
|
|
margin-bottom: 10px;
|
|
} |