mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 00:54:22 +01:00
Fix: blog preview text & bg color
This commit is contained in:
parent
e64002033a
commit
2bede7d1e6
1 changed files with 2 additions and 1 deletions
|
@ -1353,12 +1353,13 @@ pre.chroma {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-block {
|
.post-block {
|
||||||
background-color: #040b1e;
|
background-color: #0f1e31;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-block .content {
|
.post-block .content {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-block .content h3 {
|
.post-block .content h3 {
|
||||||
|
|
Loading…
Reference in a new issue