|
@@ -114,6 +114,10 @@ ul, li {
|
|
|
}
|
|
|
.code-title-font {
|
|
|
background-image: -webkit-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
|
|
|
+ background-image: -moz-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
|
|
|
+ background-image: -ms-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
|
|
|
+ background-image: -o-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
|
|
|
+ background-image: linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
|
|
|
-webkit-background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
font-size: 0.36rem;
|