1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-06-21 08:36:42 +02:00

Remove box shadow from dark theme

This commit is contained in:
Robbie Antenesse 2019-12-01 22:00:13 -07:00
parent b20c6703ef
commit 03974b9d45

View file

@ -129,7 +129,7 @@
#top { #top {
background-color: $header-color; background-color: $header-color;
border-bottom: 1px solid darken($header-color, 2); border-bottom: 1px solid darken($header-color, 2);
box-shadow: 0px 4px 5px 0px $dark; box-shadow: none;
#title { #title {
#lexi { #lexi {
@ -156,13 +156,13 @@
#wordForm { #wordForm {
background-color: $word-form-color; background-color: $word-form-color;
border: 1px solid darken($word-form-color, 2); border: 1px solid darken($word-form-color, 2);
box-shadow: 4px 4px 5px 0px $dark; box-shadow: none;
} }
#mainColumn { #mainColumn {
background-color: $dictionary-color; background-color: $dictionary-color;
border: 1px solid darken($dictionary-color, 2); border: 1px solid darken($dictionary-color, 2);
box-shadow: 4px 4px 5px 0px $dark; box-shadow: none;
} }
#detailsSection { #detailsSection {
@ -184,7 +184,7 @@
.announcement { .announcement {
background-color: saturate(lighten($footer-color, 20%), 20%); background-color: saturate(lighten($footer-color, 20%), 20%);
box-shadow: 4px 4px 5px 0px $dark; box-shadow: none;
} }
.entry { .entry {
@ -238,7 +238,7 @@
#bottom { #bottom {
background-color: $footer-color; background-color: $footer-color;
border-top: 1px solid darken($footer-color, 2); border-top: 1px solid darken($footer-color, 2);
box-shadow: 0px -4px 5px 0px $dark; box-shadow: none;
a { a {
color: $light; color: $light;