I like CSS shadows sometimes
This commit is contained in:
parent
4be7478dc4
commit
ef926c84a6
|
@ -45,6 +45,9 @@ a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header > h1 {
|
||||||
|
text-shadow: 0px 0px 3px rgba(0,0,0,1);
|
||||||
|
}
|
||||||
.highlight-bk {
|
.highlight-bk {
|
||||||
background-color:#e8449f;
|
background-color:#e8449f;
|
||||||
padding:1px;
|
padding:1px;
|
||||||
|
|
Loading…
Reference in New Issue