make otomotone theme a bit rounder
This commit is contained in:
@@ -1415,6 +1415,25 @@ footer {
|
||||
border: 10px solid rgb(40, 40, 40);
|
||||
}
|
||||
|
||||
#bottomnav {
|
||||
margin-top: 10px;
|
||||
border: 10px solid rgb(40, 40, 40);
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.infobox, .motd {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.thread-sticky-container {
|
||||
border-top-left-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
}
|
||||
|
||||
.thread-locked-container {
|
||||
border-top-right-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user