Improved text shadows.
This commit is contained in:
parent
cb6db28e60
commit
99a4a09a67
1 changed files with 3 additions and 3 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 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
|
text-shadow: 0px 0px 32px rgb(0, 0, 0), 0px 0px 32px rgb(0, 0, 0), 0px 0px 32px rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -24,12 +24,12 @@ p {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-family: ubuntu, arial;
|
font-family: ubuntu, arial;
|
||||||
color: rgb(100, 100, 200);
|
color: rgb(120, 120, 255);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue