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