Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/zozo.css')
-rw-r--r--static/css/zozo.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/zozo.css b/static/css/zozo.css
index 45442df..840b5ae 100644
--- a/static/css/zozo.css
+++ b/static/css/zozo.css
@@ -7,7 +7,7 @@ html {
body {
color: #333333;
- font-family: 'source-han-sans-simplified-c', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
+ font-family: 'source-han-sans-simplified-c', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-size: 16px;
width: 100%;
background-color: #f7f7f7;
@@ -45,6 +45,10 @@ h6 {
text-rendering: optimizeLegibility;
}
+hr {
+ border: 1px solid #f3f3f3;
+}
+
/*basic styles ends*/
.main {
background: #ffffff;
@@ -454,7 +458,7 @@ h6 {
.markdown code {
font-family: 'Roboto Mono', Menlo, Monaco, courier, monospace;
font-size: 0.9em;
- background: #f8f8f8;
+ background: #f8f8f8 !important;
border: none;
}