[Layout] Added styling for better readability, changed theme colors

Bu işleme şunda yer alıyor:
2020-09-02 12:52:40 +02:00
ebeveyn da83a4dd5f
işleme 0421699d0e
2 değiştirilmiş dosya ile 19 ekleme ve 5 silme

Dosyayı Görüntüle

@@ -39,6 +39,20 @@
.commento-root .commento-footer .commento-logo-container .commento-logo-text {
color: #34495e !important;
}
p code {
font-family: monospace,monospace;
font-size: 1em;
background: rgba(46, 52, 64, .8);
padding: 3px;
border-radius: 5px;
}
.app-header-social {
cursor: default;
}
p {
text-align: justify;
text-justify: inter-word;
}
</style>
</head>