1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-29 23:18:00 +02:00

style.css: improve color contrasts

This commit is contained in:
Kushagra Gour 2018-05-16 23:42:42 +05:30
parent a0d281b1a7
commit 4f691d42cd

@ -24,7 +24,7 @@ h1 {
}
a {
text-decoration: none;
color: crimson;
color: #d61237;
cursor: pointer;
}
p {
@ -325,7 +325,6 @@ body:not(.light-version).overlay-visible .main-container {
/*transform: translate(0px) scale(1.2);*/
display: inline-block;
font-size: 1.1em;
opacity: 0.5;
/*transform-origin: left center;*/
}
.layout-2 .code-side .is-minimized .code-wrap__header,