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-01-21 17:17:19 +0300
committerHuy Tran <hoang.huy.tran@gmail.com>2018-01-21 17:17:19 +0300
commit365a5731cae14037dba69ede4e70b50fc448e24d (patch)
tree7a1c17d73a1a0b6e908aeb29b1271d28d88f6380 /static
parent629089698697e1ea67ef2372d55df763e4849543 (diff)
revise link to Hyde's options
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 6c5a88d..45128b5 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -5,7 +5,8 @@ body {
}
code {
- font-family: "Fira Code", "Source Code Pro", Consolas, monospace;
+ font-family: monospace;
+ font-size: .9rem;
}
.img-circle {
@@ -28,4 +29,9 @@ span, p, code {
.text-center {
text-align:center;
-} \ No newline at end of file
+}
+
+.meta {
+ font-size: .9rem !important;
+ font-weight: 300;
+}