chnage shadow

This commit is contained in:
@CyberAndi 2024-02-01 06:05:56 +01:00 committed by GitHub
parent 58fa78d5b6
commit 3d02dd5826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1357,6 +1357,7 @@ span#channel-name {
background-color: rgba(230,230,230,0.5) !important; background-color: rgba(230,230,230,0.5) !important;
text-decoration: none !important; text-decoration: none !important;
box-shadow: 0.3em 0.3em 0.5em rgba(0,0,0,0.6) !important; box-shadow: 0.3em 0.3em 0.5em rgba(0,0,0,0.6) !important;
text-shadow: 0.2em 0.2em 0.5em rgb(0 0 0 / 75%), 0 0 0.2em #000000;
border-radius: 1em !important; border-radius: 1em !important;
border: 0.5px solid rgba(0,0,0,0.5) !important; border: 0.5px solid rgba(0,0,0,0.5) !important;
padding: 0.35em 0.8em !important; padding: 0.35em 0.8em !important;
@ -1529,13 +1530,13 @@ a.feed-menu-item.pure-menu-heading {
.theme-light .searchbar input[type="search"] { .theme-light .searchbar input[type="search"] {
width: 100%; width: 100%;
font-weight: 650; font-weight: 650;
color: #505050; /*color: #505050;
margin: 1px; margin: 1px;
border: 1px solid; border: 1px solid;
border-color: rgba(0,0,0,0.5); border-color: rgba(0,0,0,0.5);
border-bottom-color: #CCC; border-bottom-color: #CCC;
border-radius: 0; border-radius: 0;
/*box-shadow: 0.3em 0.3em 0.5em rgba(0,0,0,0.8); */ box-shadow: 0.3em 0.3em 0.5em rgba(0,0,0,0.8); */
appearance: none; appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
} }