some styles
This commit is contained in:
parent
ddda5eef23
commit
9cb9a12cbb
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
-webkit-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
|
-webkit-box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
|
||||||
-moz-box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
|
-moz-box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
|
||||||
box-shadow: inset 0 3px 30px rgba(0,0,0,0.3);
|
box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
|
||||||
/* text-shadow: 0 1px 1px rgba(0,0,0,0.3); */
|
/* text-shadow: 0 1px 1px rgba(0,0,0,0.3); */
|
||||||
-webkit-font-feature-settings: "kern" 1;
|
-webkit-font-feature-settings: "kern" 1;
|
||||||
-moz-font-feature-settings: "kern" 1;
|
-moz-font-feature-settings: "kern" 1;
|
||||||
|
|
Loading…
Reference in a new issue