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