1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-11 04:45:42 +02:00

style.css: increase contrast for footer btns

This commit is contained in:
Kushagra Gour 2018-08-05 14:33:36 +05:30
parent fe67a2ae23
commit 6103ede494

View File

@ -618,7 +618,7 @@ body > #demo-frame {
height: 20px;
letter-spacing: 0.6px;
white-space: nowrap;
color: #9297b3;
color: #bbbfd3;
border-radius: 3px;
margin-left: 10px;
padding: 0px 8px;
@ -713,7 +713,7 @@ body > #demo-frame {
.footer a > svg,
.footer button > svg {
transition: 0.3s ease;
fill: rgba(255, 255, 255, 0.2);
fill: rgba(255, 255, 255, 0.5);
}
.footer a:hover svg,