mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-14 14:25:29 +02:00
style.css: increase contrast for footer btns
This commit is contained in:
parent
fe67a2ae23
commit
6103ede494
@ -618,7 +618,7 @@ body > #demo-frame {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
letter-spacing: 0.6px;
|
letter-spacing: 0.6px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #9297b3;
|
color: #bbbfd3;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
@ -713,7 +713,7 @@ body > #demo-frame {
|
|||||||
.footer a > svg,
|
.footer a > svg,
|
||||||
.footer button > svg {
|
.footer button > svg {
|
||||||
transition: 0.3s ease;
|
transition: 0.3s ease;
|
||||||
fill: rgba(255, 255, 255, 0.2);
|
fill: rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a:hover svg,
|
.footer a:hover svg,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user