mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue