Add box shadow for columns in dark mode
This commit is contained in:
parent
7cb422cc43
commit
57a5acc812
1 changed files with 2 additions and 2 deletions
|
@ -87,13 +87,13 @@
|
|||
&__content {
|
||||
flex: 1 1;
|
||||
min-width: $body-min-width * 0.66;
|
||||
box-shadow: 0 15px 60px $shadow-2;
|
||||
box-shadow: 0 15px 60px var(--accent-color);
|
||||
padding: $padding-32;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
&__content:hover {
|
||||
box-shadow: 0 15px 60px $shadow-3;
|
||||
box-shadow: 0 15px 60px var(--accent-color-light);
|
||||
}
|
||||
|
||||
.gdoc-post__anchor {
|
||||
|
|
Loading…
Reference in a new issue