Darkening background
This commit is contained in:
parent
4e5dd7674b
commit
4ce00df3d1
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ a {
|
|||
font-size: 18px;
|
||||
position: relative;
|
||||
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.content-center-wrapper .background {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue