improvement: remove all shadows
This commit is contained in:
parent
56e5c55beb
commit
75396c0b4c
6 changed files with 1 additions and 17 deletions
|
@ -586,7 +586,6 @@ header h1 {
|
|||
font-weight: 700;
|
||||
font-size: 5.4em;
|
||||
font-style: oblique;
|
||||
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
|
||||
padding-bottom: 0px;
|
||||
margin: auto;
|
||||
line-height: 1.5em;
|
||||
|
@ -694,7 +693,6 @@ ul.social li a:hover {
|
|||
padding-right: 0;
|
||||
padding-bottom: 0.75rem !important;
|
||||
margin-bottom: 0.75rem;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
position: relative;
|
||||
left: -1.875rem;
|
||||
width: 95%;
|
||||
|
@ -714,7 +712,6 @@ ul.social li a:hover {
|
|||
}
|
||||
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-header h7, .card-header h8, .card-header h9, .card-header h10, .menu-header h1, .menu-header h2, .menu-header h3, .menu-header h4, .menu-header h5, .menu-header h6, .menu-header h7, .menu-header h8, .menu-header h9, .menu-header h10 {
|
||||
font-size: 1em;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
color: #fdf6e3;
|
||||
|
@ -803,7 +800,6 @@ ul.social li a:hover {
|
|||
padding-right: 0;
|
||||
padding-bottom: 0.75rem !important;
|
||||
margin-bottom: 0.75rem;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
position: relative;
|
||||
left: -1.875rem;
|
||||
width: 95%;
|
||||
|
@ -823,7 +819,6 @@ ul.social li a:hover {
|
|||
}
|
||||
.smallcard-header h1, .smallcard-header h2, .smallcard-header h3, .smallcard-header h4, .smallcard-header h5, .smallcard-header h6, .smallcard-header h7, .smallcard-header h8, .smallcard-header h9, .smallcard-header h10, .toast-header h1, .toast-header h2, .toast-header h3, .toast-header h4, .toast-header h5, .toast-header h6, .toast-header h7, .toast-header h8, .toast-header h9, .toast-header h10 {
|
||||
font-size: 1em;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
color: #fdf6e3;
|
||||
|
@ -1082,7 +1077,6 @@ ul.social li a:hover {
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
overflow: visible;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.btn:hover, .btn:active, .btn:focus, a:hover > .btn, a:active > .btn, a:focus > .btn {
|
||||
text-decoration: none;
|
||||
|
@ -1629,7 +1623,6 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb {
|
|||
}
|
||||
.preview-item .preview-overlay h1, .preview-item .preview-overlay h2, .preview-item .preview-overlay h3, .preview-item .preview-overlay h4, .preview-item .preview-overlay h5, .preview-item .preview-overlay h6 {
|
||||
color: #fdf6e3;
|
||||
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
font-weight: 200;
|
||||
|
@ -1646,7 +1639,6 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb {
|
|||
padding-right: 0;
|
||||
padding-bottom: 0.375rem !important;
|
||||
margin-bottom: 0.75rem;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
position: relative;
|
||||
left: -0.9375rem;
|
||||
width: 95%;
|
||||
|
@ -1667,7 +1659,6 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb {
|
|||
}
|
||||
.preview-item .preview-overlay .card-header h1, .preview-item .preview-overlay .card-header h2, .preview-item .preview-overlay .card-header h3, .preview-item .preview-overlay .card-header h4, .preview-item .preview-overlay .card-header h5, .preview-item .preview-overlay .card-header h6, .preview-item .preview-overlay .card-header h7, .preview-item .preview-overlay .card-header h8, .preview-item .preview-overlay .card-header h9, .preview-item .preview-overlay .card-header h10 {
|
||||
font-size: 1em;
|
||||
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
color: #fdf6e3;
|
||||
|
@ -1715,7 +1706,6 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb {
|
|||
opacity: 0;
|
||||
transition: opacity 0.3s;
|
||||
color: #fdf6e3;
|
||||
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.comment-text {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -67,7 +67,6 @@ $button_small: 0.375rem;
|
|||
|
||||
.btn {
|
||||
@include button($button_large);
|
||||
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
|
||||
&:hover, &:active {
|
||||
@include borders();
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@ $card-smallpad: 0.75rem;
|
|||
padding-right:0;
|
||||
padding-bottom: $size/2!important;
|
||||
margin-bottom:0.75rem;
|
||||
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
|
||||
|
||||
position:relative;
|
||||
left: -$size*1.25;
|
||||
|
@ -38,7 +37,6 @@ $card-smallpad: 0.75rem;
|
|||
|
||||
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
|
||||
font-size:1em;
|
||||
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
color:$color-light;
|
||||
|
|
|
@ -78,7 +78,6 @@ $preview-height: 8*1.5rem;
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: $color-light;
|
||||
text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
font-weight:200;
|
||||
|
@ -142,7 +141,6 @@ $preview-height: 8*1.5rem;
|
|||
opacity: 0;
|
||||
transition: opacity .3s;
|
||||
color: $color-light;
|
||||
text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@ header h1 {
|
|||
font-weight:700;
|
||||
font-size:5.4em;
|
||||
font-style:oblique;
|
||||
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
|
||||
padding-bottom:0px;
|
||||
margin:auto;
|
||||
line-height: 1.5em;
|
||||
|
|
Loading…
Reference in a new issue