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-23 08:27:47 +0300
committerdataCobra <datacobra@mailbox.org>2020-07-23 08:27:47 +0300
commit880e00c577b9332a6aaf45d280395ad25f79cc22 (patch)
tree93add985db1b6d37d9229863bcb84610e71fc1f6 /static
parent5dfb037572df79dda8614deaa5fc58682b2b2f30 (diff)
Repair background color of inline css #242.0-6
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 7fc6e73..3dcee9e 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -477,9 +477,9 @@ legend, td, th {
p code {
border-radius: 5px;
- border-right: 4px solid #E1E1E1;
- border-left: 4px solid #E1E1E1;
- background: #E1E1E1;
+ border-right: 4px solid #F1F1F1;
+ border-left: 4px solid #F1F1F1;
+ background: #F1F1F1;
}
@media screen and (max-width: 800px) {