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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordataCobra <datacobra@mailbox.org>2020-07-21 07:51:40 +0300
committerdataCobra <datacobra@mailbox.org>2020-07-21 07:51:40 +0300
commit5dfb037572df79dda8614deaa5fc58682b2b2f30 (patch)
treeae267e70076a87e6e1e17af414cd127984db0656 /static
parent02904ecce63fb05eb238f8c2985a513bd2829d71 (diff)
Fix text color of inline code #24
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css
index d923d22..7fc6e73 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -476,11 +476,10 @@ legend, td, th {
}
p code {
- color: #3700FF;
border-radius: 5px;
- border-right: 4px solid #F1F1F1;
- border-left: 4px solid #F1F1F1;
- background: #F1F1F1;
+ border-right: 4px solid #E1E1E1;
+ border-left: 4px solid #E1E1E1;
+ background: #E1E1E1;
}
@media screen and (max-width: 800px) {