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