mirror of https://github.com/docker/docs.git
Add button background color
This commit is contained in:
parent
0eddbafa35
commit
0de73185af
|
@ -404,6 +404,10 @@ a.button.outline-btn {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.darkblue-btn {
|
||||||
|
background-color: #0C5176;
|
||||||
|
}
|
||||||
|
|
||||||
.outline-btn:hover,
|
.outline-btn:hover,
|
||||||
.primary-btn:hover,
|
.primary-btn:hover,
|
||||||
.secondary-btn:hover {
|
.secondary-btn:hover {
|
||||||
|
|
Loading…
Reference in New Issue