mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-23 00:36:30 -05:00
Disable shadows in dark mode
This commit is contained in:
parent
35639f8bf9
commit
b31716c55d
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#contentBody img {
|
#contentBody img {
|
||||||
box-shadow: 0px 3px 15px rgba(255,255,255,0.2);
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contentBody hr {
|
#contentBody hr {
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
background-color: #050403;
|
background-color: #050403;
|
||||||
border: solid 1px #39342e;
|
border: solid 1px #39342e;
|
||||||
border-bottom-color: #6a625a;
|
border-bottom-color: #6a625a;
|
||||||
box-shadow: inset 0 -1px 0 #6a625a;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contentBody h1 .octicon-link,
|
#contentBody h1 .octicon-link,
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
background-color: #050403;
|
background-color: #050403;
|
||||||
border: solid 1px #2e2a25;
|
border: solid 1px #2e2a25;
|
||||||
border-bottom-color: #39342e;
|
border-bottom-color: #39342e;
|
||||||
box-shadow: inset 0 -1px 0 #c6cbd1;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contentBody :checked+.radio-label {
|
#contentBody :checked+.radio-label {
|
||||||
|
|
Loading…
Reference in a new issue