Improved text shadows a bit more.
This commit is contained in:
parent
99a4a09a67
commit
76813ff2b6
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ html:not([data-scroll='0']) .topnav {
|
||||||
font-family: ubuntu, arial;
|
font-family: ubuntu, arial;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-color: white;
|
text-color: white;
|
||||||
text-shadow: 0px 0px 32px rgb(0, 0, 0), 0px 0px 32px rgb(0, 0, 0), 0px 0px 32px rgb(0, 0, 0);
|
text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -37,7 +37,7 @@ label {
|
||||||
font-family: ubuntu, arial;
|
font-family: ubuntu, arial;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
|
text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
|
|
Loading…
Reference in a new issue