improvement: rework text shadows
This commit is contained in:
parent
3a0cc060c5
commit
4897b19859
4 changed files with 3 additions and 5 deletions
|
@ -75,5 +75,5 @@ $border-size: 1px;
|
|||
|
||||
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
|
||||
color:white;
|
||||
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
|
||||
text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
|
|
@ -23,7 +23,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;
|
||||
text-align:center;
|
||||
|
|
|
@ -195,7 +195,7 @@ blockquote, pre {
|
|||
|
||||
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
|
||||
color: white;
|
||||
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
|
||||
text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
/* --- 02. GLOBAL ELEMENTS --- */
|
||||
|
@ -216,7 +216,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;
|
||||
text-align: center;
|
||||
|
|
File diff suppressed because one or more lines are too long
Reference in a new issue