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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2020-03-23 10:46:01 +0300
committerkoirand <koirand.jp@gmail.com>2020-03-23 10:46:01 +0300
commitb31716c55d6743fe85532dd512b3e2a00b2456f7 (patch)
tree8eef13a141e167688cf2ee1c89cdba269d19172d
parent35639f8bf920d2730e3e3b4fd7c716fcda41f40a (diff)
Disable shadows in dark mode
-rw-r--r--assets/css/markdown-dark.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/markdown-dark.css b/assets/css/markdown-dark.css
index 10c78d7..2d08216 100644
--- a/assets/css/markdown-dark.css
+++ b/assets/css/markdown-dark.css
@@ -1,5 +1,5 @@
#contentBody img {
- box-shadow: 0px 3px 15px rgba(255,255,255,0.2);
+ box-shadow: none;
}
#contentBody hr {
@@ -20,7 +20,7 @@
background-color: #050403;
border: solid 1px #39342e;
border-bottom-color: #6a625a;
- box-shadow: inset 0 -1px 0 #6a625a;
+ box-shadow: none;
}
#contentBody h1 .octicon-link,
@@ -77,7 +77,7 @@
background-color: #050403;
border: solid 1px #2e2a25;
border-bottom-color: #39342e;
- box-shadow: inset 0 -1px 0 #c6cbd1;
+ box-shadow: none;
}
#contentBody :checked+.radio-label {