diff options
Diffstat (limited to 'CSS/PurpleAndDark.css')
| -rw-r--r-- | CSS/PurpleAndDark.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CSS/PurpleAndDark.css b/CSS/PurpleAndDark.css index ef6ef8c..f8198fb 100644 --- a/CSS/PurpleAndDark.css +++ b/CSS/PurpleAndDark.css @@ -24,7 +24,8 @@ a{ .active { position: absolute; display: block; - background: #D2D2D2; + background: rgba(37,37,37,1); + color: #fff; width: 50%; left: 0; top: 0; |
