mirror of https://github.com/kiwix/libkiwix.git
added border-radius to download button
This commit is contained in:
parent
d76e670d5b
commit
8d50d5e293
|
@ -209,6 +209,7 @@ body {
|
||||||
background: #00b4e4;
|
background: #00b4e4;
|
||||||
color: white;
|
color: white;
|
||||||
box-shadow: 0 0 0 0;
|
box-shadow: 0 0 0 0;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.book__download > span:hover {
|
.book__download > span:hover {
|
||||||
|
|
Loading…
Reference in New Issue