Skip to content
Snippets Groups Projects
Commit 64b541e7 authored by khawkins's avatar khawkins
Browse files

Whoops #32

parent 301d78c6
No related branches found
Tags v1.2.0.20
No related merge requests found
......@@ -9,7 +9,6 @@ a {
dl dt a,
a.label,
.label,
.tabs-title > a:hover,
a:hover,
a:focus,
a:active {
......@@ -29,6 +28,7 @@ a.special { background-color: #7cd17c; }
.button.primary {
background-color: rgb(0,134,180);
}
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -9,7 +9,6 @@ a {
dl dt a,
a.label,
.label,
.tabs-title > a:hover,
a:hover,
a:focus,
a:active {
......@@ -29,17 +28,13 @@ a.special { background-color: #7cd17c; }
.button.primary {
background-color: rgb(109,171,73);
}
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button:hover,
.button:focus,
.button:active { background: rgba(109,171,73,.9); }
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
color: #fff;
background: #666; }
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
color: #fff;
......
......@@ -9,7 +9,6 @@ a {
dl dt a,
a.label,
.label,
.tabs-title > a:hover,
a:hover,
a:focus,
a:active {
......@@ -29,6 +28,7 @@ a.special { background-color: #7cd17c; }
.button.primary {
background-color: rgb(56,145,152);
}
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -9,7 +9,6 @@ a {
dl dt a,
a.label,
.label,
.tabs-title > a:hover,
a:hover,
a:focus,
a:active {
......@@ -29,6 +28,7 @@ a.special { background-color: #7cd17c; }
.button.primary {
background-color: rgb(233,180,0);
}
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -9,7 +9,6 @@ a {
dl dt a,
a.label,
.label,
.tabs-title > a:hover,
a:hover,
a:focus,
a:active {
......@@ -29,6 +28,7 @@ a.special { background-color: #7cd17c; }
.button.primary {
background-color: rgb(0,124,130);
}
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -9,7 +9,6 @@ a {
dl dt a,
a.label,
.label,
.tabs-title > a:hover,
a:hover,
a:focus,
a:active {
......@@ -29,6 +28,7 @@ a.special { background-color: #7cd17c; }
.button.primary {
background-color: rgb(116,179,96);
}
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -10,7 +10,6 @@ a {
dl dt a,
a.label,
.label,
.tabs-title > a:hover,
a:hover,
a:focus,
a:active {
......@@ -30,6 +29,7 @@ a.special { background-color: #7cd17c; }
.button.primary {
background-color: rgb(0,124,130);
}
.tabs-title > a:hover,
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment