Disable shadows in dark mode

This commit is contained in:
koirand 2020-03-23 16:46:01 +09:00
parent 35639f8bf9
commit b31716c55d

View file

@ -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 {