Add some shadow

This commit is contained in:
cuom1999 2023-02-28 18:42:40 -06:00
parent d01f536935
commit cf31735e80
3 changed files with 13 additions and 1 deletions

View file

@ -145,6 +145,7 @@
background-color: white; background-color: white;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
.title { .title {
margin-bottom: 0.2em; margin-bottom: 0.2em;

View file

@ -1930,6 +1930,7 @@ noscript #noscript {
border-bottom-color: rgb(60, 65, 68); border-bottom-color: rgb(60, 65, 68);
border-top-color: rgb(60, 65, 68); border-top-color: rgb(60, 65, 68);
background-color: rgb(24, 26, 27); background-color: rgb(24, 26, 27);
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
} }
.blog-box:hover { .blog-box:hover {
border-color: rgb(81, 88, 91); border-color: rgb(81, 88, 91);
@ -2602,6 +2603,9 @@ a.close:hover {
.sidebox-content.sidebox-table { .sidebox-content.sidebox-table {
border-color: initial; border-color: initial;
} }
.sidebox {
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
.ws-closed { .ws-closed {
background-image: initial; background-image: initial;
background-color: rgb(139, 0, 0); background-color: rgb(139, 0, 0);
@ -3817,6 +3821,12 @@ mjx-merror {
mjx-assistive-mml { mjx-assistive-mml {
border-color: initial !important; border-color: initial !important;
} }
mjx-stretchy-v > mjx-ext {
border-color: transparent;
}
.recently-attempted ul {
list-style-image: initial;
}
/* Override Style */ /* Override Style */
.vimvixen-hint { .vimvixen-hint {

View file

@ -511,7 +511,8 @@ ul.select2-selection__rendered {
border-top-left-radius: $widget_border_radius; border-top-left-radius: $widget_border_radius;
border-top-right-radius: $widget_border_radius; border-top-right-radius: $widget_border_radius;
padding: 0 5px !important; padding: 0 5px !important;
padding-bottom: 1.5em !important; margin-bottom: 1.5em !important;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
} }
.ws-closed { .ws-closed {