We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88927b commit 6f9de94Copy full SHA for 6f9de94
css/frame.css
@@ -1081,7 +1081,7 @@ button#editor-chart-button {
1081
.only-pro-content a {
1082
display: inline-block;
1083
padding: 7px 12px;
1084
- color: #fff !important;
+ color: #fff;
1085
background: #3F57E1;
1086
font-weight: 600;
1087
text-decoration: none;
@@ -1090,6 +1090,9 @@ button#editor-chart-button {
1090
border-style: solid;
1091
border-radius: 3px;
1092
}
1093
+.only-pro-content .only-pro-container a {
1094
+ color: #fff !important;
1095
+}
1096
1097
.only-pro-content a:hover {
1098
background: #2D419B;
0 commit comments