mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
some more tweaks to make dark themes work better
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
&:last-child li {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
color: #333;
|
||||
&:hover {
|
||||
color: #333
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
@@ -55,6 +50,7 @@
|
||||
.topic-row {
|
||||
border-radius: 5px;
|
||||
padding-left: 20px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
|
||||
small {
|
||||
vertical-align: 2px;
|
||||
@@ -208,7 +204,6 @@
|
||||
}
|
||||
|
||||
border-radius: 5px;
|
||||
background: white;
|
||||
padding: 0;
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
38
|
||||
</span>
|
||||
</div> -->
|
||||
<div class="span12 topic-row img-polaroid">
|
||||
<div class="span12 topic-row">
|
||||
<div class="latest-post visible-desktop">
|
||||
<div class="pull-right">
|
||||
<img style="width: 48px; height: 48px; /*temporary*/" src="{topics.teaser_userpicture}" />
|
||||
|
||||
Reference in New Issue
Block a user