summaryrefslogtreecommitdiff
path: root/CSS
diff options
context:
space:
mode:
Diffstat (limited to 'CSS')
-rw-r--r--CSS/GreenAndDark.css3
-rw-r--r--CSS/PurpleAndDark.css3
-rw-r--r--CSS/PurpleAndWhite.css2
-rw-r--r--CSS/main.css2
4 files changed, 6 insertions, 4 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;
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;
diff --git a/CSS/PurpleAndWhite.css b/CSS/PurpleAndWhite.css
index c2067b4..ef8ee99 100644
--- a/CSS/PurpleAndWhite.css
+++ b/CSS/PurpleAndWhite.css
@@ -24,7 +24,7 @@ a{
.active {
position: absolute;
display: block;
- background: #D2D2D2;
+ background: rgba(210,210,210,1);
width: 50%;
left: 0;
top: 0;
diff --git a/CSS/main.css b/CSS/main.css
index 819f5bc..aa67497 100644
--- a/CSS/main.css
+++ b/CSS/main.css
@@ -28,7 +28,7 @@ a{
.active {
position: absolute;
display: block;
- background: #D2D2D2;
+ background:rgba(210,210,210,1);
width: 50%;
left: 0;
top: 0;