mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
making post-info text brighter, making category nav dropdown text smaller and bold
This commit is contained in:
parent
0d0a2cb947
commit
4c8944626a
@ -27,7 +27,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.badge-category {
|
||||
|
||||
font-weight: normal;
|
||||
@ -445,10 +445,13 @@ ol.category-breadcrumb {
|
||||
z-index: 100;
|
||||
margin-top: 30px;
|
||||
|
||||
.badge-category {
|
||||
a.badge-category {
|
||||
font-size: 13px;
|
||||
line-height: 26px;
|
||||
font-weight: bold;
|
||||
padding: 4px 6px;
|
||||
float: none;
|
||||
line-height: 19px;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
|
@ -10,11 +10,8 @@
|
||||
|
||||
|
||||
.post-actions {
|
||||
color: #bbb;
|
||||
clear: both;
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
a {color: #bbb;}
|
||||
.post-action {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user