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

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHuy Tran <hoang.huy.tran@gmail.com>2018-04-04 15:04:36 +0300
committerHuy Tran <hoang.huy.tran@gmail.com>2018-04-04 15:04:36 +0300
commit82ce92d9c42dd6f97dbc6be2d87815aad8296960 (patch)
treedb7c95f64eb39d4fff86b2bac2c3ccb27d5c5483 /static
parent5debbbb2e136568e8081e433f5cfa0ef8819a7c8 (diff)
revises code fonts and styles
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css24
1 files changed, 10 insertions, 14 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 7a98fc4..5435a58 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -32,7 +32,7 @@ body
.meta
{
- font-size: .8rem !important;
+ font-size: .8rem;
font-weight: 300;
}
@@ -50,28 +50,24 @@ pre
overflow-x: auto; /* no line wrapping */
}
-pre,
-code
+pre code, li code, td code, code
{
- font-family: 'Roboto Mono', monospace;
border-radius: 4px;
- width: 100%;
- font-size: .9em;
+ white-space: pre-wrap;
+ padding:1px 4px;
+ background: #eee;
+ /* color: #444; */
+ border: 1px solid #d9d9d9;
}
code {
- padding:.20em .2em .10em;
- background: #272932!important;
- color: #ececec!important;
- box-sizing: border-box;
- margin: 0 .25em;
+ font-family: 'Roboto Mono', monospace;
+ font-size: 90%;
}
-
-
.copyright,
.poweredby
{
- font-size: 13px !important;
+ font-size: 13px;
font-weight: 300;
}