Skip to content
Snippets Groups Projects
Commit 547bc774 authored by khawkins's avatar khawkins
Browse files

Add .tag, fix button color to background-color

parent 82b5acfe
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ a {
color: #222;
}
a.label,
.label,
a:hover,
a:focus,
a:active {
......@@ -19,11 +21,10 @@ h3 { color: #444444; }
a.special { background-color: #7cd17c; }
.menu .active > a,
a.label,
.label,
.tag,
.button,
.button.primary {
color: rgb(0,134,180);
background-color: rgb(0,134,180);
}
.button.primary:hover,
.button.primary:focus,
......
......@@ -6,6 +6,8 @@ a {
color: #222;
}
a.label,
.label,
a:hover,
a:focus,
a:active {
......@@ -19,12 +21,11 @@ h3 { color: #444444; }
a.special { background-color: #7cd17c; }
.menu .active > a,
a.label,
.label,
.tag,
.button,
.button.primary {
color: rgb(109,171,73);
}
background-color: rgb(109,171,73);
}
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -6,6 +6,8 @@ a {
color: #222;
}
a.label,
.label,
a:hover,
a:focus,
a:active {
......@@ -19,11 +21,10 @@ h3 { color: #444444; }
a.special { background-color: #7cd17c; }
.menu .active > a,
a.label,
.label,
.tag,
.button,
.button.primary {
color: rgb(56,145,152);
background-color: rgb(56,145,152);
}
.button.primary:hover,
.button.primary:focus,
......
......@@ -6,6 +6,8 @@ a {
color: #222;
}
a.label,
.label,
a:hover,
a:focus,
a:active {
......@@ -19,12 +21,11 @@ h3 { color: #444444; }
a.special { background-color: #7cd17c; }
.menu .active > a,
a.label,
.label,
.tag,
.button,
.button.primary {
color: rgb(233,180,0);
}
background-color: rgb(233,180,0);
}
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -6,6 +6,8 @@ a {
color: #222;
}
a.label,
.label,
a:hover,
a:focus,
a:active {
......@@ -19,12 +21,11 @@ h3 { color: #444444; }
a.special { background-color: #7cd17c; }
.menu .active > a,
a.label,
.label,
.tag,
.button,
.button.primary {
color: rgb(0,124,130);
}
background-color: rgb(0,124,130);
}
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -6,6 +6,8 @@ a {
color: #222;
}
a.label,
.label,
a:hover,
a:focus,
a:active {
......@@ -19,12 +21,11 @@ h3 { color: #444444; }
a.special { background-color: #7cd17c; }
.menu .active > a,
a.label,
.label,
.tag,
.button,
.button.primary {
color: rgb(116,179,96);
}
background-color: rgb(116,179,96);
}
.button.primary:hover,
.button.primary:focus,
.button:hover,
......
......@@ -7,6 +7,8 @@ a {
color: #222;
}
a.label,
.label,
a:hover,
a:focus,
a:active {
......@@ -20,12 +22,11 @@ h3 { color: #444444; }
a.special { background-color: #7cd17c; }
.menu .active > a,
a.label,
.label,
.tag,
.button,
.button.primary {
color: rgb(0,124,130);
}
background-color: rgb(0,124,130);
}
.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