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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGURU SABARISH <gurusabarisha@gmail.com>2020-09-30 20:19:02 +0300
committerGitHub <noreply@github.com>2020-09-30 20:19:02 +0300
commit06aaf3b013566dcf0661c74b60eb1c9c997dde17 (patch)
tree282ffdedc8ae27005ccc9b813202a58eb0204196
parentead5bbc69541f0e28dc743315dd8c1951989db8f (diff)
code style update
-rw-r--r--static/css/blog.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/blog.css b/static/css/blog.css
index 4172db5..41e2678 100644
--- a/static/css/blog.css
+++ b/static/css/blog.css
@@ -67,7 +67,7 @@ article tbody tr:hover {
}
article img {
- max-width: 100%;
+ width: 100%;
}
article caption,
@@ -79,12 +79,12 @@ figcaption {
article pre {
margin: 5px;
- background-color: lavender;
padding: 5%;
- font-size: 15px;
+ font-size: 18px;
max-height: 400px;
- background-color: lavender !important;
- color: darkseagreen !important;
+ border-radius: 2%;
+ background-color: #1f618d !important;
+ color: white;
}
article pre>code {